div#main { width: 801px; height: auto; margin: auto; }
div#header { width: 801px; height: 179px; margin: auto; }
div#sponsors { width: 135px; height: auto; float: left; }
div#buttons { width: 135px; height: auto; float: left; }
div#home { width: 530px; height: auto; float: left; }
div#footer { width: 801px; height: 179px; margin: auto; }

iframe.scroll {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 100%;
	overflow: hidden;
	height: 50px;
}

.clear { clear: both; }

/* for sponsors display */
.logo {
    margin-top: 10px;
    vertical-align: bottom;
    background-size: contain;
    border: 0;
    width: 100%;
}


