body
{
	background-color:		#0a212d;
	font-family:			sans-serif, Arial, Helvetica;
	color:					#0a212d;
	font-size:				14px;
	padding:		 		0;
	margin:					0;
	height:					100%;
	text-align:				center;
}

#container
{
	background:				url("../images/bg.jpg") top left repeat-y;
	width:					822px;
	position:				relative;
	margin:					0 auto;
	text-align:				left;
}

#header
{
	height:					437px;
	width:					822px;
	background:				url("../images/header.jpg") no-repeat;
	margin-bottom:			30px;
}

#menu
{
	position:absolute;
	top:350px;
	right:170px;
	font-size:				14px;
}

* html #menu
{
	top:360px;
}

#menu ul
{
	list-style-type:none;
}

#menu li
{
	display:inline;
	margin-right:10px;
	
}

#menu a:link {
text-decoration:none; color:#0a212d;} 
#menu a:visited {
text-decoration:none; color:#0a212d;} 
#menu a:hover {
text-decoration:underline; color:#0a212d;} 