body, h1, h2
{
	margin:0px;
	padding:0px;
	text-align: center;
}

body
{
	font-size:13px;
	background: #f2f2f2;
	font-family:'HelveticaNeue-Light',  'Helvetica Neue Light', Helvetica, Arial, sans-serif;
}

h1, h2 
{
	color: #444;
	font-size:40px;
	font-weight:normal;
	margin-bottom:15px;
	text-align:left;
	margin-left: 20px;
}

h2 
{
	font-size:30px;
}

#main
{
	margin:15px auto;
	text-align:center;
	width:800px;
	position:relative;
}

a:link, a:visited, a:active,a:hover 
{
	text-decoration: none; color: #444;
}

.buttons 
{
	margin-top: 50px;
}

.button_container
{
	margin: 0 auto;
	margin-top:30px;
	display:block;
	width: 450px;
	height: 150px;
}

.button
{
	width: 25%;
	float: left;
	height: 150px;
	width: 150px;
	background-color: #CACACA;	
}

.button h2
{
	position: relative;
	top: 40%;
	left:-5%;
	text-align: center;
}

.button:hover
{
	background-color: #AAA;
}