@import url('content.css');


/* Homepage
  -------------------------------------------------------------------------------- */
div#player {
	width: 804px;
	margin-bottom: 30px;
	overflow: hidden;
}
div#video1 {	position: absolute; }


div#block-container {
	font-size: 12px;
	overflow: hidden;
}

div.block, div.block-last {
	width: 153px;
	height: 153px;
	float: left;
	border: 1px solid #b2c0a4;
	margin-bottom: 7px;
	background:#fcfcfa;
	overflow:hidden;
}

div.block {
	margin-right: 7px;
}

div.block-last {
	margin-right: 0;
}


div.block p {
	margin: 12px;
	line-height: 16px;
}