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

* {
	margin: 0;
	padding: 0;
}

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

#main_box {
	width: 977px;
	height: 655px;
	margin: 0 auto;
	position: relative;
	background-image: url(../img/intro_bkgd.png);
}

#lucas {
	background-image: url(../img/intro_left.png);
	width: 433px; 
	height: 525px;
	position: absolute;
	left: 52px;
	top: 65px;
}

#harbinger {
	background-image: url(../img/intro_right.png);
	width: 433px; 
	height: 525px;
	position: absolute;
	left: 490px;
	top: 65px;
}

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