﻿* {
	margin:0;
	padding:0;
	}

html, body {
	height:100%;
	}

body {
	text-align:center; /* horizontal centering for IE Win quirks */
	}
		
#distance { 
	width:1px;
	height:50%;
	margin-bottom:-276.5px; /* half of container's height */
	float:left;
	}

#container {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	height:27.5em;
	width:667px;
	clear:left;
	background-color:#FFFFFF;
	}
	


	
div.wholePage {
    position: relative;
    left:0px;
    top: 0px;
}
div.selectImage {
    position: absolute;
    left: 565px;
    top: 468px;
}

div.menublock {
    position: absolute;
    left:22px;
    top:51px;
    width:525px;
    height:100px;
}

div.textblock {
	position: absolute;
	left:30px;
	top:176px;
	height: 330px;
	width: 517px;
	}
