html, body {
	height:100%; 
}
body {
	background: black;
	font-family: Tahoma;
	font-size: 12px;
	width:100%;
	min-width:1000px;
	color: #e1e1e1;
}
div#wrap {
	border: solid 0px silver;
	position: relative;
	width:1024px;
	margin: 0 auto;
	padding:15px 0 0 0;
/*
	min-height:100%;
	height:auto !important;
	height:100%;
*/
}
div#main{}
div#footer{height:220px}
.clear{clear: both}