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;
	
   }
#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:886px;
	z-index:1;
	width:793px;
	height:243px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	left: 0px;
}
#footer2 {
	position:absolute;
	top:480px;
	z-index:1;
	width:793px;
	height:243px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
}
#footer3 {
	position:absolute;
	top:242px;
	z-index:1;
	width:793px;
	height:243px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
}
#footer4 {
	position:absolute;
	top:556px;
	z-index:1;
	width:793px;
	height:243px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
}
#footer5 {
	position:absolute;
	top:794px;
	z-index:1;
	width:793px;
	height:243px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
}
#footer6 {
	position:absolute;
	top:272px;
	z-index:1;
	width:793px;
	height:243px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
}
#footer7 {
	position:absolute;
	top:776px;
	z-index:1;
	width:793px;
	height:243px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
}
#footer8 {
	position:absolute;
	top:500px;
	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;
	}

