body 
{
	margin:0;
	padding:0;
	height:100%; /* this is the key! */
	background: #6C6C67;
	overflow:hidden;
	font-family: Arial;
}

a
{
	text-decoration:none;
	color: #000;
}

a:hover
{
	color: #AA9D8B;
}

#top
{
	height: 60px;
	background: #7b8b8e;
	width: 100%;
	padding: 0;
	margin: 0;
}


#wagner
{
	position:absolute;
	left:0;
	top:0;
	padding:0;
	width:100%;
	height:100%; 
	overflow:hidden;
}















