* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%;
	font-family: Helvetica, sans-serif;
	background-color: #000;
}

div#page-wrap {
	width: 900px;
	margin: 0 auto;

}

ul#main-graphic {
	width: 900px;
	height: 830px;
	background: url(images/slr_cariboo_ad2_base.jpg) no-repeat;
	list-style: none;
}

ul#main-graphic li a {
	text-indent: -9999px;
	display: block;
	float: left;
	width: 600px;
	height: 250px;
	background-image: url(images/slr_cariboo_text_line.png);
	top: 500px;
	position: relative;
	left: 180px;
}



