@charset "UTF-8";
#wrapper {
	background-color: #FFFFFF;
	width: 1028px;
	margin-right: auto;
	margin-left: auto;
	border: 3px groove #FFFFFF;
}
#wrapper #menu {
	background-color: #003A68;
	height: 34px;
}
#wrapper #content {
	margin: 0px;
	padding: 0px;
	height: 798px;
	width: 1028px;
	background-image: url(../images/cover2.jpg);
	background-repeat: no-repeat;
	border-top-width: 3px;
	border-top-style: groove;
	border-top-color: #FFFFFF;
}
body {
	background-color: #6787ad;
}

