html, body {
    	height: 100%;
    	background: #154822;
    	margin: 0; 
    	padding: 0; 
    	font-family:arial;
    	font-size:11px;
}

div {
	text-align:left;
}

#box_spacer {
    	height: 50%; 
    	margin-bottom: -275px; 
    	width: 1px;
}

#box_start {
    	width:750px; 
    	height:550px;
    	background:url(../img/bg_start.jpg);
   	margin: auto auto; 
}

#box_start #box_images {
	position:relative;
	width:138px;
	height:370px;
	left:109px;
	top:29px;
}

#box_start #box_images .imagesPrev {
	height:90px;
	width:138px;
	padding-bottom:3px;
	overflow:hidden;
	background:url(../img/bg_images.png);
}	


#box_start #box_images .imagesPrev img {
	float:left;
	margin-right:10px;
	cursor:pointer;
}	

#box_start #box_images .imagesPrev .textPrev {
	width:240px;
	color:#626563;
	float:left;
	font-size:12px;
}
#box_start #box_images .imagesPrev .textPrev a {
	text-decoration:none;
	color:#859663;
	font-size:12px;
}
#box_start #box_images .imagesPrev .textPrev a:hover {
	text-decoration:underline;
	color:#154822;	
}
#box_start #box_images .imagesPrev .textPrev h1 {
	margin:5px 5px 5px 0px;
	padding:0px 0px 0px 0px;
	font-size:13px;
	color:#154822;
}		
	
#box_start #box_link {
	position:relative;
	width:50px;
	height:50px;
	left:696px;
	top:52px;
}