*{

	margin: 0px;

	padding:0px;

}



body{

	background: #659135 url('../img/bg.jpg') center top repeat-x;

	font-family:tahoma;

}



#content{

width:100%;

background:transparent url('../img/content.png') center top repeat-x;

height:auto;

padding-top:314px;

overflow:hidden;

}



#blocks{

	width: 1130px;

	position:relative;

	left:50%;

	margin-left:-560px;
	float: left;

}



.block{

	width: 120px;

	float:left;

	margin-right:5px;

	display:block;

}



.block h3{

	font-size:14px;

	font-weight:bold;

	color:gray;

	height:20px;

	text-align:center;

}



.block div{

	background:transparent url('../img/block_bg.png') center top repeat-x;

	display: block;

	height:225px;

	color: #f4f4f4;

	font-size: 11px;

	text-align:center;

}



.block div img{

	border: none;

}



.block div a{

	color:#f4f4f4;

	text-decoration:none;

}



.block div a:hover{

	text-decoration:underline;

}