/* Core CSS */	
html {min-width: 895px;font-family: Verdana, sans-serif;
}	
body {
	text-align: center;				
	// background-image: url('SHOT 01_627.jpg');
	background: #000;
	}	
img {
border: 0;
}	
.left {
width: 480px;
float: left;
margin-right: 100px;
}
.right {
width: 468px;
float: left;
}
.page {
margin: auto;
width: 1048px;
}
p {
color: white;
font-family: Verdana, sans-serif;
font-size: 13px;
margin-top: 25px;
}
.buttons {
	width: 870px;
	margin: auto;
}
.button {
float: left;
margin: 0;
border: 0;
width: 15%;
text-align: center;
height: 200px;
}
h2 a {
font-size: 16px;
font-weight: bold;
color: white;
text-decoration: none;
}
h2 a:hover {
color: #ccc;
}
h2 {
font-size: 18px;
font-weight: bold;
color: white;
margin-bottom: 20px;
line-height: 35px;
}