@charset "UTF-8";
/* CSS Document */
body{
	background:#000;
	text-align: center;
	margin:0;
	padding:0;
	color: #666;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
}
#wrapper{
	width:702px;
	margin:0 auto;
	padding:0;
	text-indent:-9999px;
}
#fullscreendemo {
	margin:0;
	padding:0;
	height:100%;
	width:100%;
}
/*NAVEGATION*/
#nav{
	width:702px;
	height:585px;
}
#nav ul{
	height:585px;
	margin:0;
	padding:0;
	list-style:none;
	position:relative;
}
/*active*/
#nav li#b01 a, li#b02 a{
	position:absolute;
	bottom: -63px;
	left:0px;
	text-decoration: none;
	text-indent:-9999px;
	outline: none; /* for Firefox */
	hlbr:expression(this.onFocus=this.blur()); /* for IE */
	top: 0;
}
#nav li#b01 a{
	width:351px;
	height:585px;
	background: url(../img/img_tpe.jpg) no-repeat;
}
#nav li#b02 a{
	width:351px;
	height:585px;
	background: url(../img/img_sha.jpg) no-repeat;
	left:351px;
}
#nav li#b01 a:hover ,#nav li#b02 a:hover{ background-position: 0 -585px; }
/*active end*/
/*NAV END*/
#footer{
	width:702px;
	height:90px;
	margin:0 auto;
	padding:0;
}
#footer p{color:#333; margin:0;}
#footer a{color:#333; text-decoration:none;}
#footer a:hover{color:#CCC;}