/* 600 pixels down footer issue */

/* for understanding browsers */
#page {
	min-height:600px;
}

/* footer fixtures */

#footerContainer span {
	display: block;
	background-color: #E3E3E3;
}

#footerContainer #copyright_cs {
	overflow:visible;
	height:3em;
}

body {
	background:#E3E3E3 none repeat scroll 0 0;
}


