/* Intropage */
body {
	background: #000000;
}

#introContent {
	position: absolute;
	background-image: url(../images/intro.jpg);
	background-repeat: no-repeat;
	width: 780px;
	height: 780px;
	margin-left: 50%;
	top: 0px;
	left: -390px;
}

#introContent a {
	display: block;
	position: absolute;
}

a#link1 {
	top: 320px;
	left: 20px;
	width: 300px;
	height: 20px;
	background-image: url(../images/blank.gif);
}

a#link2{
	top: 375px;
	left: 70px;
	width: 300px;
	height: 60px;
	background-image: url(../images/blank.gif);
}
