@charset "utf-8";
/* CSS Document */

body{
	background-color:#000;
	color:#FFFFFF;
	font-family:Tahoma,Arial;
}

#container{
	width:779px;
	margin:0 auto;
}

#top{
	float:left;
	width:779px;
	height:256px;
	background-image:url(../images/top.jpg);
	background-repeat:no-repeat;
}

#top h1{
	display:none;
	}
	
#left{
	float:left;
	width:200px;
	border-right:1px solid #FFF;
}

#content{
	width:779px;
	float:left;
	font-size:12px;
}

#content p{
	float:left;
	color:#FFFF99;
	font-size:12px;
}