/*--- page layout framework ------------*/

html {
	overflow: auto; /* removes vertical scrollbar */
}

body {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #1F1F1F url("bk.jpg") 0 0 repeat;
}

div#gradient {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: transparent url("bk.jpg") center center no-repeat;
}

div#container {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 910px;
	height: 590px;
	margin: -295px 0 0 -455px;
	text-align: left;
}