@charset "utf-8";
/* CSS Document */
body{
	margin:0 auto 0;
	width:900px;
	background-color:#030;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFC;
	font-size:12px;
}
a{
	color:#060;
}
a:hover{
	color:#9F0;
}
#header_bg{
	background-image:url(../images/header_bg.jpg);
	width:900px;
	height:230px;
}
#nav_bar{
	width:900px;
	height:27px;
	text-align:right;
}
#login{
	height:27px;
	width:900px;
	float:right;
	text-align: right;
	
}
#logo{
	float:left;
	width:800px;
	height:171px;
	padding-left:100px;
}
#content{
	width:860px;
	padding:20px;
	background-color:#9C0;
	color:#060;
	text-align: center;
}
#footer{
	width:900px;
	height:48px;
	background-image:url(../images/footer_bg.jpg);
	text-align:center;
	padding-top:10px;
	color:#467c04;
}
