/* CSS Document */
*{
	padding:0; margin:0;}
img{
	border:0px;
}
html { 
   height:100%;
   width:100%;
} 
body {
	text-align:center;
	width:100%;
	position:relative;
	min-height:580px;
	height:100%;
}
#total {
	position:relative;
	width:100%;
    height: 100%;
	margin:0 auto;
	text-align:center;
	bottom:0px;
	z-index:2;
}
body>div#total{
	height:auto;
	min-height:700px;
}

#footer{
position:relative;
top:600px;
	background-color:#0099CC;
	z-index:9;
}
