*{
	margin:0;
	padding:0;
}


body {
	background-color: #8e8e8e;
	text-align:center;
	padding-top: 25px;
	visibility: visible;
}

body, p, td
{
	font-family:helvetica,arial,sans-serif;
	font-size: 13px;
}

#container {
	background-repeat: no-repeat;
	background-color: white;
	position: relative;
	width: 900px;
	height: 717px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden; /* to this column to have a white bg (http://positioniseverything.net/articles/onetruelayout/equalheight#back_to_big_value)*/
}
