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

#site {
	width: 790px;
	margin:0px auto
}


#header{
	background-image:url(header.jpg);
	width:790px;
	height:228px;
	}
	
#content{
	float:left;
	width:380px;
	color:#CCCCCC;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#content p, #right p{
	padding:10px 0px;
}
#right{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;

	color:#CCCCCC;
	float:right;
	width:380px;
}
#footer{
	margin:0px auto;
	width:1024px;
	height:794px;
}
