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

body {
	margin:0 auto;
	width:1024px;
	height:768px;
	background-color: #000;
	color:#FFF
}
#header{
	background-color:#000;
	width:1024px;
	height:242px;
}
#content{
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:10px 30px 10px 30px;
	margin:0px auto;
	background-color:#000;
	text-align: left;
}
#footer{
	background-color:#000;
	width:1024px;
	height:138px;
	
}
h1{
text-align:center;
}
