html , body , div, h1 , h2 , h3 , p , img {
	margin : 0;
	padding : 0;
	border : 0;
}
body {
	background : #591e18;
	color : #000;
	font : 12px Verdana, Arial, Geneva, Helvetica, sans-serif;
	text-align : center;
}
.left {
	float : left;
}
div {
	overflow : hidden;
}
#box {
	display : block;
	height : 454px;
	position : absolute;
	top : 50%;
	left : 50%;
	margin : -227px -329px;
	width : 658px;
	text-align : left;
}
#line1 {
	height : 234px;
}
#line2 {
	height : 86px;
}
#line3 {
	height : 115px;
}
#legal {
	height : 16px;
	color : #ffe38c;
	font : 8px Verdana, Arial, sans-serif;
	text-align : center;
	padding-top : 2px;
}
#legal a {
	text-decoration: none;
	color : #ffe64f;
	background : transparent;
}
#legal a:hover{
	text-decoration: none;
	color : #ffe38c;
	background : transparent;
}
