html,body{
	background-color:#000000;
	margin:0px;
	padding:0px;
}

html{
	text-align:right;
}
a,a:active,a:visited{
	text-decoration:none;
	color:#000000;
}
#container{
	position:relative;
	height:100%;
	margin:0px auto;
	width:955px;
	background:#ffffff url(../img/bottom.png) no-repeat bottom left;	
	border:1px solid #ffffff;	
	margin-top:10px;
	margin-bottom:20px;
}
#top{
	width:100%;
	background:#ffffff url(../img/top.png) no-repeat top left;
	height:166px;
}
#menu{
	color:#ffe900;
	font-family:Helvetica;	
	padding-top:80px;
	text-align:left;
	padding-left:350px;
}
#menu a{
	color:#ffe900;
	margin-right:20px;
	font-size:10pt;
	font-weight:bold;
}
img.logo{
	position:relative;
	border:0px;
	width:300px;
	margin-top:20px;
}

div.content{
	font-family:Helvetica;
	font-size:10pt;
	text-align:center;
	width:700px;
	margin:0px auto;
}
#wrapper{
	height:400px;
}
