html, body {
	height:100%;
}
body {
	text-align:center;
	background:#fff;
}
* {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}
#distance {
	width:1px;
	height:50%;
	background-color:#fff;
	margin-bottom:-400px;
	float:left;
}
#container {
	margin:0 auto;
	position:relative;
	text-align:left;
	height:800px;
	width:1000px;
	clear:left;
	background:#fff url(../images/main.jpg) 0 0 no-repeat;
}
h1 {
	display:none;
}
h2 {
	position:absolute;
	top:200px;
	left:65px;
	background:#fff url(../images/download.gif) 0 0 no-repeat;
	width:277px;
	height:23px;
	overflow:hidden;
	text-indent:-5000px;
}
.p1 {
	position:absolute;
	top:240px;
	left:65px;
	width:520px;
}
.p2 {
	position:absolute;
	left:625px;
	top:240px;
	font-weight:bold;
	width:310px;
}
img.img123 {
	position:absolute;
	left:90px;
	top:340px;
}
img.toolbar {
	position:absolute;
	left:510px;
	top:590px;
}
.footer {
	position:absolute;
	top:685px;
	left:65px;
	font-size:10px;
	width:875px;
	line-height:11px;
}
.footer h3 {
	font-weight:bold;
	font-size:10px;
	margin:0;
	padding:0;
	line-height:11px;
}
.footer a {
    font-size:9px;
    text-decoration:underline;
    font-weight:bold;
}

form {
	position:absolute;
	top:360px;
	left:510px;
	width:387px;
}
input.submit {
	background:url(../images/submit.jpg) 0 0 no-repeat;
	width:97px;
	height:34px;
	border:0;
	float:right;
	margin:5px 0 0 0;
	cursor:pointer;
}
input.submit:hover {
	margin:6px 0 0 0;
}
form td {
	padding:5px;
}
.col1 {
	width:100px;
	font-weight:bold;
	color:#00539b;
	text-align:right;
}
table span {
	border:1px solid #bfbfbf;
	padding:2px;
}
table .col2 input {
	border:0;
	background:#fff;
	width:260px;
}
label {
	margin:1px 0 0 1px;
}