@charset "utf-8";
/* CSS Document */

html, body, #wrapper {
font-family:Arial, Helvetica, sans-serif;
min-height: 100%;
width: 100%;
height: 100%; 
browsers*/
margin: 0;
padding: 0;
}

html>body, html>body #wrapper {
height: auto;
}

#wrapper {
position: absolute;
top: 0;
left: 0;
}

#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	background-image: url(images/images/footer.gif);
	background-repeat: repeat-x;
}

#main {
margin-bottom: 4.56em;  /*Modify value as needed for
footer height.*/
height: auto;

}

