﻿body {
	background-color: #00ffd0;
	font-family: Arial;
	font-size: 12pt;
	text-align: center;
}

#main {
	position: relative;
	margin: 0 auto;
	width: 1000px;
	background-color: #ffffff;
	border: 1px solid black;
	border-radius: 25px;
	box-shadow: 0 0 20px #004060;
}

#header {
	width: 100%;
	height: 59px;
	margin-top: 10px;
	text-align: center;
	background-image: url(/images/logo1.png);
	background-repeat: no-repeat;
	background-position: center;
}

#footer {
	margin: 10px;
	font-size: 9pt;
	text-align: center;
}

#content {
	min-height: 540px;
}

