body {
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-family: Tahoma;
	font-size: 10pt;
}

#intro_box {
	width:620px;
	height: 571px;
	margin: auto;
	text-align: left;
	background:url(../images/intro.png); 
}

#intro_inner {
	position: absolute;
}

#link_exit  {
	position: absolute;
	left: 170px;
	top: 200px;
	width: 88px;
	height: 39px;
}

#link_enter {
	position: absolute;
	left: 50px;
	top: 200px;
	width: 88px;
	height: 39px;
}

#intro_text {
	position: absolute;
	left: 40px;
	top: 310px;
	width: 430px;
	height: 210px;
	overflow: hidden;
}

a {
	display: block;
	width: 100%;
	height: 100%;
}
