/* globals */

* {
	margin: 0px;
	padding: 0px;
	}
  
html, body {
	background-color: #000000;
	font-family: sans-serif;
	height: 100%;
	text-align: center;
	width: 100%;
	}

/* virtual distance */	
div.distanceContainer {
	float: left;
	height: 50%;
	left: -1px;
	margin-bottom: -308px;
	position: relative;
	top: 0px;
	width: 1px;
	}

/* full main content */	
div.fullContentContainer {
	background-image: url(../img/start_background.jpg);
	background-repeat: no-repeat;
	clear: left;
	height: 264px;
	margin: 0px auto;
	padding-top: 175px;
	padding-bottom: 176px;
	position: relative;
	text-align: center;
	width: 900px;
	}

img {
	border: none;
	}

div.divSpanner {
	clear: both;
	padding-bottom: 0px;
}
