* {
	margin: 0;
	padding: 0;
}

img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;
	
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
	
	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}

@media screen and (max-width: 1024px){
	img.bg {
		left: 50%;
		margin-left: -512px; }
}

body {
	/* These rules have no effect on the functionality */
	/* They are for styling only */
	background-color:#000000;
	margin: 0;
	padding: 20px 0 0 0;
}
div#rotatingbg {
	display: block;
}	
.innerfade {
	list-style-type: none;
}

div#main-content {
	margin: 0 auto;
	padding: 0px;
	position: relative; 
	width: 801px;
	z-index: 99;
}

a#btn-facebook {
	background:url("/images/btn-facebook.png") no-repeat scroll 0 0 transparent;
	cursor:pointer;
	height:69px;
	position:absolute;
	right:0;
	text-indent:-9999px;
	top:83px;
	width:26px;
	z-index:99;
}
a#btn-twitter {
	background:url("/images/btn-twitter.png") no-repeat scroll 0 0 transparent;
	cursor:pointer;
	height:70px;
	position:absolute;
	right:0;
	text-indent:-9999px;
	top:152px;
	width:26px;
	z-index:99;
}

