@charset "UTF-8";
/* CSS Document */

body {
	margin:30px 0 0 0;
	background-color:#999;
}

html {
	margin-bottom: 1px;
	text-align:left;
}
#container {
	width:920px;
	height:auto;
	margin:auto;
}
#body {
	width: 900px;
	height:auto;
	border-style:solid;
	border-width:10px;
	border-color:#000;
	background-color:#FFF;
}
#header {
	width:900px;
	height:auto;
}
#main {
	width:900px;
	height:auto;
	overflow: hidden;
}
#tagline_logos {
	width:900px;
	height:auto;
}
#footer {
	width: auto;
	height: auto;
	margin-top:10px;
	text-align:center;
}
.footerformat {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
	color:#FFF;
	text-decoration:none;
}	