
* {
	margin:0;
	padding:0;
}

body {
	font-family:tahoma, arial, helvetica, sans-serif;
  background:url(../img/background_all.gif) repeat-x #58585a
}

div#allover {
	width:980px;
	height:700px;
	background:url(../img/background.gif) no-repeat;
	padding-top:123px;
}

div#allover div#mainbox {
	width:702px;
	height:452px;
	margin-left:105px;
}

div#allover div#left_top {
	float:left;
	width:343px;
	height:212px;
	background:url(../img/left_top.gif) no-repeat;
}

div#allover div#right_top {
	float:right;
	width:340px;
	height:237px;
}

div#allover div#right_top a {
	display:block;
	width:340px;
	height:237px;
	background:url(../img/right_top.jpg) no-repeat;
}

div#allover div#right_top a:hover {
	background:url(../img/right_top_active.jpg) no-repeat;
}

div#allover div#left_bottom {
	float:left;
	width:343px;
	height:240px;
}

div#allover div#left_bottom a {
	display:block;
	width:343px;
	height:240px;
	background:url(../img/left_bottom.jpg) no-repeat;
}

div#allover div#left_bottom a:hover {
	display:block;
	width:343px;
	height:240px;
	background:url(../img/left_bottom_active.jpg) no-repeat;
}

div#allover div#right_bottom {
	float:right;
	width:340px;
	height:215px;
	background:url(../img/right_bottom.gif) no-repeat;
}

div#allover div#right_bottom h1 {
	margin-left:65px;
	margin-top:15px;
	font-size:12px;
	color:#fff;
}

div#allover div#right_bottom p {
	margin-left:65px;
	margin-top:15px;
	font-size:11px;
	color:#fff;
}



div#allover div#right_bottom a {
	color:#fff;
}

