html, body { /* saves you from the "centering jump" on short pages */
	height: 100%;
	margin-bottom: 1px;
	}

body {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: #ffffff;
	text-align: center;
	margin: 0px;
	padding: 0px;
	}
	
	a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #074681;
}
a:active {
	text-decoration: none;
	color: #000000;
}

#container {
	position:relative;
	top: 50px;
	width: 649px;
	text-align: left;
	margin:0px auto;
	}

#header {
position:absolute;
top:0px;
left:0px;
width: 649px;
height:179px;
}

#logo {
position:absolute;
top:0px;
left:0px;
width: 405px;
height:91px;
}

#images1 {
position:absolute;
top:91px;
left:0px;
width: 405px;
height:156px;
}

#images2 {
position:absolute;
top:247px;
left:0px;
width: 481px;
height:166px;
}

#images3 {
position:absolute;
top:0px;
left:405px;
width: 244px;
height:247px;
}

#enter {
position:absolute;
top:247px;
left:481px;
width: 166px;
height:168px;
}

.footer {
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

