@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#container  {
	width: 1024px; /* the auto margins (in conjunction with a width) center the page */
	border: thin solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	margin-top: 60px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	background-color: #808285;
	height: 716px;
} 
#mainContent  {
	font-size: 80%;
	width: 174px;
	height: 300px;
	padding: 0px;
	margin-top: 208px;
	margin-right: 425px;
	margin-bottom: 0;
	margin-left: 425px;
} 
#logo1 {
	background-color: #808285;
	height: auto;
	width: auto;
	float: left;
}
#logo2 {
	float: left;
	width: 174px;
	height: auto;
	margin-top: 65px;
	padding: 0px;
	text-align: center;
}
