* {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
}

body {
	background-color:#aaaaaa;
	text-align:center; /* horizontal centering for IE Win quirks */
}

#distance { 
	width:1px;
	height:50%;
	margin-bottom:-250px; /* half of container's height */
	float:left;
}

#container {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	min-height:500px;
	width:800px;
	clear:left;
	padding: 0px;
	background-color: #ffffff;
}

#container div {
	float:left;
}

#logo {
	width:800px;
	height:46px;
	background-image: url('../img/crowd.jpg');
}

#util {
	width:800px;
	height:20px;
	margin-bottom:5px;
}

#main  {
	width: 800px;
	min-height:429px;
	margin:0px;
	padding:0px;
	background-image: url('mainbg.gif');
}


#menu {
	width:120px;
	height: 100%;
	margin:0px 10px 0px 0px;
	padding:0px;
}

#content {
	width: 665px;
	height: 429px;
	padding-bottom: 20px;
}

/* for non IE browsers */
html>body #content {
	height: auto;
	min-height: 429px;
}
