body#intropage, html{
	width:100%;
}

#introwrap{
	height:344px;
	width:100%;
	margin-top:100px;
	background-image:url(../images/intro_wrap.png);
	background-repeat:repeat-x;
	position:relative;
}

#introcontent{
	width:691px;
	height:344px;
	background-image:url(../images/intro.png);
	margin:auto;
	position:relative;
}
#ornament{
	background-image:url(../images/intro_ornament.png);
	background-repeat:no-repeat;
	width:74px;
	height:344px;
	position:absolute;
	top:0px;
	left:691px;
}
#entersite{
	font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size:12px;
	line-height:18px;
	height:25px;
	width:100%;
	position:absolute;
	bottom:0px;
	text-align:center;
}
#entersite a{
	text-decoration:none;
	font-size:14px;
	display:block;
	height:15px;
	line-height:15px;
	width:70px;
	margin:auto;
	color:#666666;
	background-image:url(../images/entersite.png);
	background-repeat:no-repeat;
	padding-left:20px;
	outline:none;
}
#entersite a:hover{
	color:#667bfd;
	background-position:0px -15px;
}