
html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
	font-family: Arial;
	font-size: 12pt;
	font-weight: 500;
}

div#container {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 450px;
	width: 764px;
	margin-top: -250px;
	margin-left: -382px;
}

div#header {
	width: 760px;
	height: 110px;
	margin: 0px auto;
}

div#contact {
	float: right;
	margin-top: 26px;
	font-family: Arial;
	font-size: 12pt;
	color: YELLOW;
	text-align: right;
}

div#logo {
	position: relative;
	width: 300px;
	margin-top: -6px;
	font-family: Arial;
	font-size: 32pt;
	font-weight: bolder;
	color: #FFFFFF;
}

div#logo2 {
	position: relative;
	width: 300px;
	margin-top: -12px;
	font-family: Arial;
	font-size: 40.5pt;
	font-weight: bolder;
	color: #FFFFFF;
}

div#content {
	height: 350px;
	border: 4px solid #142414;
	border-top: 12px solid #142414;
	border-bottom: 12px solid #142414;
	background: #FFFFFF;
}

div#content p {
	margin: 18px;
	padding: 0px;
}

div#content p b {
	color: #142414;
}

div#form {
	float: right;
	width: 350px;
	margin: 18px;
}
/*
div#form table {
	margin-left: 18px;
}
*/
form {
	display: inline;
	margin: 0px;
	padding: 0px;
}

a#wgr {
	display: block;
	height: 100px;
	width: 350px;
	line-height: 100px;
	background: #336699 url(../img/large_track_bg.jpg) repeat-x center center;
	font-size: 18pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}
