html, body { 
	height:100%; 
	overflow-x:hidden;
}

body { 
	text-align: center;
	width: 100%;
	height:1300px;
	background-color:#1A1A1A; 
	color:white;
	font-family:"Trebuchet MS", Helvetica, sans-serif
}

#maincontainer {
	width:100%;
}

#altContent {
	margin:0 auto;
}

#infoblock {
	margin:0 auto;
	
	background-color: #243c38; 
	width:1264px; 
	height:516px; 
	box-shadow: 0px 5px 10px #000000;
	text-align:left;
}

#about {
	width:760px;
	height:172px;
	background-color: #437f6d; 
	box-shadow: 0px 5px 10px #000000;
	float:right;
	margin:8px 8px 0px 0px;
	padding: 10px;
}

#licence {
	width:760px;
	height:92px;
	background-color: #437f6d; 
	box-shadow: 0px 5px 10px #000000;
	
	float:right;
	margin:8px 8px 0px 0px;
	padding: 10px;
}

#credits {
	width:760px;
	height:160px;
	background-color: #437f6d; 
	box-shadow: 0px 5px 10px #000000;
	float:right;
	margin:8px 8px 0px 0px;
	padding: 10px;
}


#roadmap {
	width:440px;
	height:480px;
	background-color: #437f6d; 
	box-shadow: 0px 5px 10px #000000;
	float:right;
	margin:8px 8px 0px 0px;
	padding: 10px;
}

a {
	color:white;
}


p {
	margin:0px 0px 8px 0px;
	padding:0px;
}

h3 {
	margin:0px 0px 8px 0px;
	padding:0px;
}

ul {
	margin:0px 0px 8px 0px;
	
}