body {
	background-color: #000000;
}

#horizon  {
	position: absolute;
	top: 51%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
}

#start_root {
	width: 773px;
    margin-left: -387px;
	position: absolute;
	left: 50%;
	visibility: visible;
	height: 452px;
	margin-top: -226px;
	top: 50%;
	text-align: center;
}

#logo {
	margin: 0 auto;
	width: 82px;
	height: 95px;
	background:url(../images/nav/logo.jpg) no-repeat;
	
}

.start_page_title {
	font-size: 16px;
	font-weight: bold;
}

#start_page_buttons {
	width: 172px;
	margin: 0 auto;
	margin-bottom: 195px;
}

.start_buttons {
	float: left;
	display: block;
	padding-top: 7px;
	width: 84px;
	height: 17px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

#production {
	
	margin-right: 4px;
	background: url(../images/nav/production-stripe.gif) repeat-x #E10000;
}

#stage {
	
	background: url(../images/nav/stage-stripe.gif) repeat-x #247BFF;
}