body {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	background-color: #000;
}
.frame1 {
	float: left;
	height: 800px;
	width: 1024px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	left: 50%;
}
.toplogo {
	height: 120px;
	width: 1024px;
	border: 1px solid #FFF;
	background-image: url(img/toplogo.jpg);
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFF;
	background-color: #666;
	height: 50px;
	width: 1024px;
	border: 1px solid #CCC;
	text-align: center;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 630px;
}
