* { margin: 0; padding: 0; }
* html .centered { position:absolute }
body { margin: 0 auto; max-width: 920px; width: 920px; }
.centeredButtons {
	position: fixed;
	width: 900px;
	margin-top: 100px;
	margin-left: 30px;
}
.centered {
	position: fixed;
	width: 900px;
	margin-top: 280px;
	margin-left: 30px;
}
.centeredButtons img {
	display: block;
	margin-right: 50px;
	width: 250px;
	height: 200px;
	float: left;
}
.centered img {
	display: block;
	margin-right: 50px;
	width: 250px;
	height: 250px;
	float: left;
}
.circle {
display: block;
display: block;
width: 250px;
height: 250px;
background: #333;
border-radius: 160px;
-moz-border-radius: 160px;
-webkit-border-radius: 160px;
-moz-box-shadow: 0 0 20px black; 
-webkit-box-shadow: 0 0 20px black; 
box-shadow: 0 0 20px black;
}