body {
	background: #040409;
	background: #040409 url('../images/bottom_bg.gif');
	background-position: fixed;
	margin: 0;
	padding: 0;
}

div.main {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 764px;
	height: 511px;
	margin: 0;
	padding: 0;
	margin-left: -382px;
	margin-top: -255px;
}

* html div.main {  /* This is the Tan hack */
	margin-top: -256px;
}