html{
	scrollbar-arrow-color: #000000;
	scrollbar-face-color: #CCCCCC;
	scrollbar-3dlight-color: #EEEEEE;
	scrollbar-highlight-color: #DDDDDD;
	scrollbar-shadow-color: #BBBBBB;
	scrollbar-darkshadow-color: #AAAAAA;
	scrollbar-track-color: #444444;
	overflow-x:hidden;
}
body{
	background-color:#333333;
	/*background-image:url(../img/background-0.jpg);
	background-repeat:repeat-x;*/
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:13px;
}
#animation{
	margin:0 auto 0 auto;
	height:608px;
	width:1000px;
	border:1px solid #000000;
}
	#animation #text{
		padding:20px;
		text-align:justify;
		font-family:Arial, sans-serif;
		font-size:12px;
		color:#FFFFFF;
	}
		/*#animation #text div.left{
			width:49%;
			float:left;
		}
		#animation #text div.right{
			width:49%;
			float:right;
		}*/
	#areatop{}
	#areabottom{}
	#area1{}
	#area2{}
	#area3{}
#back{
	margin:0 auto 0 auto;
	width:1000px;
	text-align:center;
}
	#back a, #back a:visited{
		font-size:12px;
		text-decoration:none;
		color:#FFFFFF;
	}
	#back a:hover, #back a:visited:hover{text-decoration:underline;}
	#back img{border:0;}
.left{
	float:left;
	margin:3px 12px 12px 0;
	text-align:left;
}
.right{
	float:right;
	margin:3px 0 12px 12px;
	text-align:right;
}
/*#inter{
	width:1000px;
	margin:0 auto 0 auto;
}
	#menu{
		position:relative;
		top:-500px;
	}
	#address{
		position:relative;
		bottom:55px;
	}*/