@CHARSET "UTF-8";
div#introContainer {
	width:970px;
	height:664px;	
	background-image:url('../images/intro.png');
	background-repeat:no-repeat;
	margin:0 auto;
	position:relative;
}

div#leftLink {
	width:283px;
	height:100px;	
	position:absolute;
	top:300px;
	left:200px;
	cursor:pointer;
	
}

div#rightLink {
	width:283px;
    height:100px;    
	position:absolute;
    top:300px;
	left:486px;
	cursor:pointer;	
}