@charset "utf-8";
/* CSS Document */
body{
	background:url(../images/bg.jpg) repeat;
}
#intro{
	width:719px;
	height:527px;
	margin:0 auto;
	position:relative;
}
#skip-intro{
	position:absolute;
	width:90px;
	height:20px;
	font-size:12px;
	right:0;
	bottom:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size-adjust:inherit;
	font-stretch:expanded;
	letter-spacing:1px;
}
#skip-intro a{
	color:#fee0a7;
	text-decoration:none;
}
#skip-intro a:hover{
	text-decoration:underline;
}

