#box1, #box2, #box3, #box4{
	position: absolute;
	margin-left: 0px;
	top: 20px;
	left: 20px;
}
.mask{
	position:absolute;
	top: -260px;
	left: 50%;
	margin-left: -280px;
	width:640px;
	height:430px;
	overflow:hidden;
	padding: 20px;
	border: 1px solid #ddd;
	
}
.mask img{
	position: absolute;
	display:block;
	border:none;
	margin-left: 0px;
	width: 640px;
	height: 427px;
	
}
body 
	{
	color: white;
	background-color: #fff;
	margin: 0px
	min-width: 800px;
	}
#horizon        
	{
	color: white;
	background-color: #999;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 0px;
	overflow: visible;
	visibility: visible;
	display: block
	}


#footer 
	{
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	text-align: center;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 20px;
	visibility: visible;
	display: block
	}
	a img{
	border:none;}
a:link, a:visited 
	{
	color: #06f;
	text-decoration: none;
	}

a:hover 
	{
	color: red;
	text-decoration: none
	}

.captions  
	{
	color: #808080;
	font-size: 10px;
	line-height: 14px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	text-align: left
	}
#caption    
	{
	padding-left: 0px;
	position: absolute;
	bottom: -220px;
	left: 50%;
	margin-left: -430px;
	width: 150px;
	height: 500px;
	visibility: visible;
	display: block
	}
#caption2    
	{
	padding-left: 0px;
	position: absolute;
	top: -310px;
	left: 50%;
	margin-left: -230px;
	width: 580px;
	height: 224px; /*224;*/
	visibility: visible;
	display: block
	}
#caption p   
	{
		margin-top: 10px;
		text-indent: 5px;
		Padding-right: 5px;
		//text-align: justify;
		font-size: 8pt;
	}
#caption h2   
	{
		margin-top: 10px;
	}