*{
	margin:0;
	padding:0;
	font:60px "Gotham Black", Arial, sans-serif;
	color:#FFF;
}
img{
	border:none;
}
body {
	overflow:hidden;/*Needed to eliminate scrollbars*/
}
#content{
	margin:0px;
	height:100px;
	width:100%;
	top:0;
	position:absolute;
	z-index: 998;
}
#contentframe{
	text-align:center;
}
#footer {position: absolute; z-index: 900; background: url(../img/bg-footer.gif) right bottom repeat-x; width: 100%; height: 70px; bottom: 0;}
#menu-main {position: absolute; margin-left: 70px; float: left; width: 200px; height: 100px; top: 120px; z-index: 999;}


/*Supersize Plugin Styles*/
#supersize img, #supersize a{
	height:100%;
	width:100%;
	display:none;
}
#supersize .activeslide, #supersize .activeslide img{
	display:inline;
}