html {
	height:100%;
	width:100%;
	font-family:Tahoma;
}

body {
	background-color:#000;
	background-image:url(/images/bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	
	height:100%;
	width:100%;
	
	text-align:center;
	font-family:Tahoma;
}


img {
	border: 0px;	
}

#main_content {
	height:100%;
	margin:0px auto;
	margin-top:30px;
	text-align:center;
	width:1000px;
}

#nav_holder {
	width:900px;
	margin:0px auto; 
	text-align:center;	
}
#nav {
	margin:0px auto;
	width: 433px; 
	cell-padding:0px; 
	border-spacing:0px;
}

a.nav {
	color: #cccccc;
	text-decoration:none;	
}

a.nav:Hover {
	color: #ff0000;
	text-decoration:underline;	
}

#nav td {
	color: #fff;
	font-size:13px;
	text-align:center;
	word-wrap: nospace;
}

#body_top {
	background-color: #141414;
	color: #ffffff;
	font-size:12px;
	margin:0px auto;
	padding:10px;
	width:800px;
}

#bottom_bottom {
	background-color: #141414;
	width:800px;
	height:100%;
}