body {
	font-size:		14px;
	font-family:		Arial,Helvetica,Sans-Serif;
	margin:			0 auto;
	padding:		0;
	background:		#000000;
	text-align:		left;
	color:			#ffffff;
	background:		#000000 url(bg4.jpg);
	background-position:	center top;
	background-repeat:	no-repeat;
}
#content {
	position:		relative;
	width:			800px;
	margin:			0 auto;
	padding:		0;
	text-align:		center;
}
#header {
	position:		relative;
    	display:		inline;
	margin:			0;
	padding:		0;
    	text-align:		center;
}

#body {
	position:		relative;
	display:		block;
	float:			none;
	margin:			0;
	padding:		0;
}
#menu {
	position:		relative;
    	display:		block;
    	float:			none; 
	height:			22px;
	margin:			0;
	padding:		0;
	text-align:     center;
	font-weight:	bold;
}
#menu table {
	width:			100%;
	text-align:		center;
}
#menu td {
	width:			16.6%;
	border-left: solid 2px #323C46;
	border-right: solid 1px #222C26;
	text-align:		center;
}
a:link {
	color:			#ffffff;
	text-decoration:underline;
}
a:visited {
	color:			#ffffff;
	text-decoration:underline;
}
a:hover {
	color:			#ffffff;
	text-decoration:none;		
}