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 : 438px;
	position : absolute;
	top : 50%;
	left : 50%;
	margin : -219px -329px;
	width : 658px;
	text-align : left;
}
#line1 {
	height : 234px;
}
#line2 {
	height : 86px;
}
#line3 {
	height : 115px;
}