@charset "utf-8";
/* CSS Document */

body {
	background-color:#00A99D;
	background-image:url(graphics/upperbackground.png);
	background-repeat:repeat-x;
	font-family: 'Roboto', sans-serif;
}

#content{
	max-width:960px;
	min-width:650px;
	height:auto;
	min-height: 350px;
	margin: 0 auto;
}

#logo{
	width:160px;
	margin:auto;
	margin-top:10px;
	
}


h2{
	text-align:center;
	font-size:30px;
	font-weight:300;
	color:#1A1A1A;	
	letter-spacing:6px;
	margin-bottom:40px;
	margin-top:40px;
}

h3{
	font-weight:300;
	color:#FFF;
	font-size:14px;
	text-align: center;
	text-decoration:none;	
}

#mailer{
	font-weight:400;
	color:#FF0;
	font-size: 14px;
	display:block; 
	text-align: center;	
	text-decoration: underline;
}


#about{
	width:445px;
	margin:auto;
	margin-top:250px;
	text-align:justify;
	
	font-weight:400;
	color:#FFF;
	font-size:14px;
	line-height:18px;
	
}

#games{
	width: 100%;
	height: auto;
	float: left;
	
}
#games h2{
	margin-bottom:50px;
}

#games div {
	float: left;
	width: 400px;
	height: 450px;
	margin-right: 37px;
	margin-left: 37px;
	margin-top: 15px;
	margin-bottom: 60px;
	
	background-image:url(graphics/gamebackground.png);
	
	background-position: left top;

}

#gameHeader {
	text-align:center;
	font-size:18px;
	font-weight:300;
	color: white;	
	letter-spacing:6px;
	margin-top:30px;
	margin-bottom:15px;
}
