/* Pseudo Slang CSS Document */



/* Tour Homepage CSS */
#main_tour {
	font: 12px Helvetica, Arial, sans-serif;
	color: #000;
	position: relative;
	margin: 0;
	width: 740px;
	height: 669px;
	text-align: left;
	}

#tour_pop {
	background-image: url(images/homepage_tour.jpg);
	height: 649px;
	text-align: left;
	margin: 0;
	padding: 0;
}

#tour_pop a.tour {
	background: url(images/tour_home_popupBtn.jpg) -133px 0 no-repeat;
	left: 274px;
	top: 271px;
	width: 130px;
	height: 30px;
	position: absolute;
	display: block;
}

#tour_pop a.tour:hover {
	background-position: 0 0;
	left: 274px;
	top: 271px;
	width: 130px;
	height: 30px;
	position: absolute;
}

#tour_pop a.site {
	background: url(images/tour_home_siteBtn.jpg) -133px 0 no-repeat;
	left: 274px;
	top: 307px;
	width: 130px;
	height: 30px;
	position: absolute;
	display: block;
}

#tour_pop a.site:hover {
	background-position: 0 0;
	left: 274px;
	top: 307px;
	width: 130px;
	height: 30px;
	position: absolute;
}

/* Normal Home page CSS */

body,html {
	background-color: #fff;
	font-family: Helvetica, Arial,Verdana, sans-serif;
	font-size: 12px;
	color: #333;
	padding: 0;
	margin: 0;
}

table { width: 100%; height: 100% }
td { vertical-align: middle; text-align: center;}

#main {
	font: 12px Helvetica, Arial, sans-serif;
	color: #000;
	position: relative;
	margin: 0 auto;
	width: 779px;
	height: 520px;
	text-align: left;
	}

#env {
	background-image: url(images/homepage_Env_Full.jpg);
	height: 520px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}

#env_ps {
	background-image: url(images/homepage_Env_Full_PS.jpg);
	height: 530px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}

#env a {
	background: url(images/homepage_Env_Enter.jpg) 0 0 no-repeat;
	left: 323px;
	top: 246px;
	width: 132px;
	height: 58px;
	position: absolute;
	display: block;
}

#env a:hover {
	background-position: -132px 0;
	left: 323px;
	top: 246px;
	width: 132px;
	height: 58px;
	position: absolute;
}

#env_ps {
	background-image: url(images/homepage_Env_Full_PS.jpg);
	height: 530px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}

#env_ps a {
	background: url(images/homepage_Env_Enter_ps.jpg) 0 0 no-repeat;
	left: 64px;
	top: 75px;
	width: 132px;
	height: 58px;
	position: absolute;
	display: block;
}

#env_ps a:hover {
	background-position: -132px 0;
	left: 64px;
	top: 75px;
	width: 132px;
	height: 58px;
	position: absolute;
}

#link {
	/*height: 36px;*/
	height: 66px;
	text-align: center;
	vertical-align: middle;
}

#link a {
	color: #c00;
	text-decoration:none;
}

#link a:hover {
	color: #c00;
	text-decoration: underline;
}


p {
	/*line-height: 36px;*/
	line-height: 66px;
	margin: 0;
	padding: 0;
}
