body {background-color: #FFFFFF}

div.front {
	position: absolute;
	top:50%;
	left:50%;
	margin-top: -68px;
	margin-left: -392px;
	width: 785px;
	height: 136px;
	background: url(/static/images/front.png) no-repeat;
}

a.to, a.mtl {
	font-family: Helvetica, Arial;
	font-size: 150%;
	font-weight: 700;
	text-align: center;
	color: #999999;
	text-decoration: none;
	width: 100px;
	height: 50px;
	position: absolute;
	bottom:50%;
	margin-bottom: -120px;
}

a.to {right: 50%; margin-right: 30px;}
a.mtl {left: 50%; margin-left: 30px;}
a.to:hover,a.mtl:hover {color: #000000;}