body {
	margin: 0;
	padding: 0;
	background-color: #000;
}

.main {
	/*top: 50%;
	width: 100%;
	position: absolute;*/
	background-image: url(px/runner.jpg);
	background-repeat: repeat-x;
}

.bg_entry {
	background-image: url(px/bg.jpg);
	height: 341px;
	background-position: center;
	background-repeat: no-repeat;
	color: #cfcfcf;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.bg_main {
	background-image: url(px/main_bg.jpg);
	height: 446px;
	background-position: center;
	background-repeat: no-repeat;
	color: #cfcfcf;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}