html body{
	width:100%;
	height:100%;
}
div.walt-container{
	position:absolute; 	
	width:99%;
	height:99%;
}

div.walt-container iframe.walt-iframe{
	width:100%;
	height:99%;
	border:0;
}

div.amc-header{
	position:relative;
	height:105px;
}
div.amc-header a.amc-header-link{
	display:block;
	border:none;
	text-decoration:none;
	width:161px;
	float:left;
	left:0;
}
div.amc-header a.amc-header-link img{
	display:block;
	border:none;
}
div.amc-header div.adSpace,div.amc-header div.adSpace {
	width:728px;
	overflow:hidden;
	float:left;
	padding:0 0 0 20px;
	position:relative;
}
div.amc-header div.adSponsor{
	width:100px;
	height:100px;
	overflow:hidden;
	float:left;
	display:block;
	border:1px solid #000;
	margin:0 0 0 30px;
}
div.amc-header div.adSponsor a{
	display:block;
	text-align:center;
	text-decoration:none;
	vertical-align:middle;
}





.clearFix{
	clear:both;
}
.clearFix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}