html,
body {
   margin:0;
   padding:0;
   height:100%;
   background-color:#8da0b3;
   
}
#sponsors {
	position:absolute;
	width:150px;
	color:#000;
	z-index:10000;
	left: 6px;
	text-align:center;
	top: 391px;
	height: 86px;
}
#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;
	
   }
#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:1585px;
	z-index:1;
	width:793px;
	height:243px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	left: 0px;
}
#footer2 {
	position:absolute;
	top:374px;
	z-index:1;
	width:793px;
	height:243px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
}
#footer3 {
	position:absolute;
	z-index:1;
	width:793px;
	height:237px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	left: 0;
	bottom: -20px;
}
#footer4 {
	position:absolute;
	top:609px;
	z-index:1;
	width:793px;
	height:243px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
}
#footer5 {
	position:absolute;
	top:905px;
	z-index:1;
	width:793px;
	height:243px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
}
#footer6 {
	position:absolute;
	top:571px;
	z-index:1;
	width:793px;
	height:243px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
}
#footer7 {
	position:absolute;
	top:2290px;
	z-index:1;
	width:793px;
	height:243px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
}
#footer8 {
	position:absolute;
	top:441px;
	z-index:1;
	width:793px;
	height:243px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
}
#footer10 {
	position:absolute;
	bottom:-25px;
	z-index:1;
	width:793px;
	height:243px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
}
.alert{
	font-weight:bold;
	color: red;
}
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;
	}

