@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	width: 100%;
	height: 100%;
}

#width-100-percent {
	position: fixed;
	z-index:5;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-image: url(http://media.vpt.org/splash/fade.png);
	background-repeat: repeat;
	margin: 0px;
	display: block;
	clear: both;
}

#width-836-pixels {
	z-index:10;
	margin-left: auto;
	margin-right: auto;
	width: 836px;
	clear: both;
}