html {
	width:100%;
	height:100%;
}
body {
	position:absolute;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	width:100%;
	height:100%;
	color:#7d7b7b;
	font-family:TwentiethCentury-Light;
	font-size:14px;
	font-style:normal;
	leading:4px;
	kerning:true;
	text-selectable:false;
	font-antiAlias:advanced;
	font-sharpness:-300;
	font-thickness:5;
	bAckGround-color: white;
	blend-Mode:layer;
}
#container {
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-465px;
	margin-top:-340px;
	width: 930px;
	height: 656px;
	}
p {
	width: 100%;
	margin-top:80px;
	padding-top:5px;
	line-height: 12px;
}
h1 {
	font-style:normal;
	font-size:35px;
	color:#000;
	width: 100%;
	leading:0px;
	letter-spacing:0px;
	kerning:true;
	font-family:Lubalin;
	font-antiAlias:advanced;
	font-sharpness:-10;
	font-thickness:0;
}
#menu {
	left:70px;
	top:200px;
	width:200px;
	height:300px;
	//overflow:visible;	
}
a {
	width:100%;
	height:15px;
}
a:hover {
	color:black;
}
a:active{
	color:black;
}
a:visited {
	color:black;
}
.menuItem {
	width:100%;
	height:15px;
	color:#666;
}
.subItem {
	padding-left:20px;
	width:100%;
	height:15px;
	color:#666;
}
li {
	width:100%;
	height:100%;
}

#player {
	left:880px;
	top:23px;
}
#footer {
	font-size:13px;
	left:0px;
	bottom:20px;
	color:#999;
}
#mainarea{
	bAckGround-color: #e9e9e9;
	left:50%;
	top:50%;
	margin-left:-465px;
	margin-top:-270px;
	width:930px;
	height:545px;
}
#menuArea{
	
	width:260px;
	height:100%;
}
#logo {
	top:50%;
	margin-top:-350px;
}
#beforeAfter{
	overflow:hidden;
	width:670px;
	height:545px;
	left:260px;
}

#imgArea{
	bAckGround-color: #00e9e9e9;
	width:335px;
	height:100%;
	left:260px;
}
#textArea{
	//bAckGround-color: #e9e9e9;
	width:335px;
	height:100%;
	left:595px;
}
.textArea{
	left:30px;
	top:30px;
	width:275px;
	height:500px;
	overflow:visible;
	
}