/*--- page layout framework ------------*/

html {
	overflow: auto; /* removes vertical scrollbar */
}

body {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #e0e1e5;
	margin: 0px;
}

div#gradient {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(images/splash_background.jpg) center center no-repeat;
}

div#container {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 960px;
	height: 540px;
	margin: -280px 0 0 -480px;
	text-align: center;
}
