/* These styles are only used in the index.html page */
#middle_content_box {
	height: 1040px;
}

#boxe_top_lt, #boxe_top_rt, #boxe_bottom_lt, #boxe_bottom_rt, #boxe_top_lt_over, #boxe_top_rt_over, #boxe_bottom_lt_over, #boxe_bottom_rt_over {
	background-repeat: no-repeat;
	height: 210px;
	width: 278px;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	cursor: hand;
}
.box_underline {
	text-decoration: underline;
}
#boxe_top_lt {
	background-image: url(images/earth_box.jpg);
	margin-top: 20px;
	margin-left: 65px;
	visibility: visible;
}
#boxe_top_lt_over  {
	background-image: url(images/earth_box_over.jpg);
	margin-top: 25px;
	margin-left: 70px;
	visibility: hidden;
}

#boxe_top_rt {
	background-image: url(images/middle_box.gif);
	margin-top: 20px;
	margin-left: 407px;
	visibility: visible;	
}
#boxe_top_rt_over {
	background-image: url(images/middle_box_over.gif);
	margin-top: 25px;
	margin-left: 412px;
	visibility: hidden;
}

#boxe_bottom_lt {
	background-image: url(images/middle_box.gif);
	margin-top: 240px;
	margin-left: 65px;
	visibility: visible;
}
#boxe_bottom_lt_over {
	background-image: url(images/middle_box_over.gif);
	margin-top: 245px;
	margin-left: 70px;
	visibility: hidden;
}

#boxe_bottom_rt {
	background-image: url(images/middle_box.gif);
	margin-top: 240px;
	margin-left: 407px;
	visibility: visible;
}
#boxe_bottom_rt_over {
	background-image: url(images/middle_box_over.gif);
	margin-top: 245px;
	margin-left: 412px;
	visibility: hidden;
}

#home_content{
	position: absolute;
	width: 615px;
	margin-top: 480px;
	margin-left: 65px;
}
a.box_link{
	text-decoration: none;
}
