#main {
	position:relative;
	display:table;
	height: 100%;
	width: 100%;
	text-align: center;
	border: 0px solid #666;
	float:left
}	

#contents {
	background: #ffffff;
	height: 100%;
	width: 640px;
	margin-left: auto;
	margin-right: auto;
	padding: .25em;
	vertical-align:bottom;
	position:relative;
	border: 1px solid #666;
	
}

#footer {
	background: #ffffff;
	text-align: center;
	vertical-align:bottom;
	position:relative;
}

#three {
	clear: both;
	width: 320px;
	float: left; 
	border: 1px solid #666;
}

#six {
	clear: both;
	text-align: center;
	width: 640px;
	margin: auto;
} 
#menu {	
	clear:both; 
	text-align: center; 
	width: 500px; 
	margin-left: auto; 
	margin-right: auto; 
	
}

.rollover a { 
	display:block;  
	background-color: #FFFFFF
}
	
.rollover a:hover { 
	background-color: #cccccc
}


