html,
body {
   margin:0;
   padding:0;
   height:100%;
   background-color:#8da0b3;
   
}

#container {
	z-index:0; /* align for good browsers */
	text-align:left; /* counter the body center */
	position:relative;
	z-index:1;
	width:793px;
	background-color:#FFFFFF;
	
   }
#sponsors {
	position:absolute;
	width:150px;
	color:#000;
	z-index:10000;
	left: 6px;
	text-align:center;
	top: 411px;
	height: 266px;
}
#content{
	position:relative;
	width:793px;
	z-index:2;
	}
#header {
	position:absolute;
	z-index:1;
	top:0;
	height:191px;
	width:793px;
	background-image:  url(images/header.gif);
	background-repeat: no-repeat;
}
#footer1 {
	position:absolute;
	top:649px;
	z-index:1;
	width:793px;
	height:243px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
}
#footerPM {
	position:absolute;
	top:725px;
	z-index:1;
	width:793px;
	height:243px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
}
#footerPP {
	position:absolute;
	top:898px;
	z-index:1;
	width:793px;
	height:243px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
}
#footer2 {
	position:absolute;
	top:511px;
	z-index:1;
	width:793px;
	height:243px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
}
#footer3 {
	position:absolute;
	top:4797px;
	z-index:1;
	width:793px;
	height:243px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	left: 0px;
}
#footer4 {
	position:absolute;
	top:692px;
	z-index:1;
	width:793px;
	height:243px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
}
#footer5 {
	position:absolute;
	top:996px;
	z-index:1;
	width:793px;
	height:243px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
}
#footer6 {
	position:absolute;
	top:510px;
	z-index:1;
	width:793px;
	height:243px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
}
#footer7 {
	position:absolute;
	top:1822px;
	z-index:1;
	width:793px;
	height:243px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
}
#footer8 {
	position:absolute;
	top:595px;
	z-index:1;
	width:793px;
	height:243px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
}
#footer9 {
	position:absolute;
	top:622px;
	z-index:1;
	width:793px;
	height:243px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
}
#footerStore {
	position:relative;
	z-index:1;
	width:793px;
	height:243px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	
}
a:link {
	color: #0066cc;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0066cc;
}
a:hover {
	text-decoration: underline;
	color: #0066cc;
}
a:active {
	text-decoration: none;
	}
a.sponsor:link {
	color: #0066cc;
	text-decoration: none;
	font-size:10px;
}
a.sponsor:visited {
	text-decoration: none;
	color: #0066cc;
	font-size:10px;
}
a.sponsor:hover {
	text-decoration: underline;
	color: #0066cc;
	font-size:10px;
}
a.sponsor:active {
	text-decoration: none;
	font-size:10px;
	}

#container #sponsors strong {
	font-size: 16px;
}
.caps {
	text-transform:uppercase;
}
