BODY {
	background-color: #FFFFFF;
	font-family:  Arial, Helvetica, sans-serif;
	margin: 0px;
	font-size: 1px;
}

.back{
	position: relative;
	top: 0px;
	width: 767px;
	height: auto;
	background-color: transparent;
}
.lstrip{
	position: absolute;
	top: 172px;
	left: 0px;
	width: 207px;
	height: 27px;
	background-color: #F2F7D6;
}
.rstrip{
	position: absolute;
	top: 172px;
	left: 207px;
	width: 560px;
	height: 27px;
	background-color: #E1EDAB;
}
.flash1{
	position: absolute;
	top: 199px;
	left: 0px;
	width: 207px;
	height: 256px;
	background-color: #555555;
}
.flash2{
	position: absolute;
	top: 199px;
	left: 207px;
	width: 560px;
	height: 256px;
	background-color: #666666;
}
.audio{
	position:absolute;
	top: 455px;
	left:600px;
	
}
.pic1{
	position: absolute;
	top: 199px;
	left: 0px;
	width: 767px;
	height: 256px;
	background-image: url("pic/SKIP-INTRO.jpg");
}
.pic2{
	position: absolute;
	top: 199px;
	left: 207px;
	width: 560px;
	height: 256px;
	background-image: url("pic/INTRO2.jpg");
}

.menustrip{
	position: absolute;
	top: 455px;
	left: 207px;
	width: 560px ;
	height: 26px;
	line-height: 26px; 

	background-color: transparent;
}

.skipstrip{
	position: absolute;
	top: 477px;
	left: 397px;
	width: 67px;
	height: 2px;
	background-color: #DCEA9F;
	
}

.token{
	position: relative;
	top:4px;
	height: 18px;
	width:1px;
	background-color: #999999;
}
#menu ul { 
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	
} 

#menu ul li { 
	display: inline;
	position: relative;
	float: right; 
	top: 0px;
	width: auto;

} 
#menu ul li a { 
	display: inline; 
	position: relative;
	float: left;
	top: 0px;
	width: auto;
	height: 26px;
	font-family:  Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 12px;
	font-weight: bold;
	line-height: 26px;
	text-decoration: none;
	background-color: transparent;
}
#menu ul li a:hover { 
	display: inline; 
	position: relative;
	float: left;
	top: 0px;
	width: auto;
	height: 26px;
	font-family:  Arial, Helvetica, sans-serif;
	color: #DCEA9F;
	font-size: 12px;
	font-weight: bold;
	line-height: 26px;
	text-decoration: none;
	background-color: transparent;
}