@CHARSET "UTF-8";

body, html {
	height: 100%;
	margin: 0px;
	font-family: 'Titillium Web';
	background-color: #a0a1a3;
}

#road {
	height: 100%;
	width: 1000px;
}

#logo {
	height: 90px;
	width: 119px;
	position: fixed;
	top: 340px;
	right: -800px;
	background-color: #a0a1a377;
}

#debug{
	height: 20px;
	width: 100px;
	position:fixed;
	top: 0;
}
#team {
	height: 100%;
	width: 1000px;
	position: fixed;
	top: 50px;
	background-image : url('img/team.jpg');
	background-repeat: no-repeat;
}

#text{
	height: 180px;
	width: 960px;
	position: fixed;
	top: 450px;
	left: -800px;
	padding: 20px;
	background-color: #a0a1a377;
	background-image: url("img/gray.png");
}

#center {
	height: 2102px;
	width: 1000px;
	background-image: url('img/road.jpg');
	background-repeat: no-repeat;
	margin: auto;
}

#grayLeft {
	height: 100%;
	background-color: #a0a1a3;
	position: fixed;
	top: 0;
	left: 0;
}

#grayRight {
	height: 100%;
	background-color: #a0a1a3;
	position: fixed;
	top: 0;
	right: 0;
}
 h2 {
 	margin: 0px;
 }