@charset "utf-8";
/* CSS Document */

#top_border {
	background-image:url(../images/plat_border.png);
	height: 15px;
}
#home-slider {
	height: 385px;
}
#bottom_container {
	position:relative;
	height:112px;
	width:900px;
}

#bottom_container a {
	text-decoration:none;
	border:none;
}

#space_1 {
	position:absolute;
	top: 5px;
	left:5px;
	height:100px;
	width:292px;
	border: 1px solid #8C8C8C;
}
#space_2 {
	position:absolute;
	top: 5px;
	left:304px;	
	height:100px;
	width:292px;
	border: 1px solid #8C8C8C;
}
#space_3 {
	position:absolute;
	top: 5px;
	left:603px;
	height:100px;
	width:291px;
	border: 1px solid #8C8C8C;
}

#space_1 :hover {
	background-color:#CCC;
}
#space_2 :hover {
	background-color:#CCC;
}
#space_3 :hover {
	background-color:#CCC;
}
