@charset "utf-8";

body {
	font-family: Verdana;
	font-size: 8pt;
	color: white;
	background-color: #002a59;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	margin-top: 8px;
}

div.header {
	border: gray 0px solid;
	margin: -8px auto;
	width: 1024px;
	height: 768px;
}