@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	background-color: #655240;
	margin-top: 45px;
}

#main_box {
	position: absolute;
	width: 900px;
	height: 555px;
	left: 50%;
	margin-left: -445px; /* half of width */
	background-image: url(../images/main_box.jpg);
}

#lucas {
	background-image: url(../images/intro_left.jpg);
	width: 433px; 
	height: 525px;
	position: absolute;
	left: 15px;
	top: 15px;
}

#harbinger {
	background-image: url(../images/intro_right_new.jpg);
	width: 432px; 
	height: 525px;
	position: absolute;
	left: 453px;
	top: 15px;
}

#lucas a, #harbinger a {
	display: block;
	width: 432px;
	height: 525px;
	text-indent: -3000px;
	overflow: hidden;
}