html, body
{
	height:100%;
}

body
{
	margin:0;
	top:0;
	background-color: #d0ab8a;
	background-image:url('vp_texture.png');
}


#wrapper
{
	position:relative;
	margin-right:auto;
	margin-left:auto;
	margin-top:0;
	width:540px;
	min-height:100%;

	background-color:#9c8775;
}

#banner_img
{
	position:relative;
	margin-top:0;
	left:-132px;
}

#main
{
	font:12pt "Verdana";
	color:#e8dabd;

	text-align:center;
}
