/* CSS Document */

html, body {
	margin:0; 
	padding:0;
	height:100%;
	background-color:#5F5F4E;
}

#background {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	
}

#floater {
	position:relative; 
	float:left;
	height:50%;	
	margin-bottom:-240px;
	width:1px;
}

#container {
	position:relative; 
	clear:left;
	height:420px; 
	width:720px; 
	margin:0 auto;
}

img {
	border:#aaa 1px solid;
	padding:10px;
}

a:hover img {
	border:#fff 1px solid;
	padding:10px;
}

a:active img {
	border:#fff 1px solid;
	padding:10px;
}