html, body {
	height:100%;
}
body {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	width:100%;
	min-width:1000px;
}
#wrap {
	position: relative;
	background:#fff;
	min-width:1000px;
	max-width: 1400px;
	width:60%;
	margin: 0px auto;
	min-height:100%;
	height:auto !important;
	height:100%;
}
#footer {
	padding-top:25px;
	position:relative;
	margin-top:-50px;
	height:25px;
	width:100%;
	text-align: center;
}
#footer_blank {
	height:50px;
}
#content {
	text-align: center;
	padding-top: 100px;
	font-size: 200%;
}
