@import url("../styles/global.css");


/* REVIEWS */

#containerfull{
width:780px;
margin:0 auto;
padding:0;
background:#000 url(../images/celbg_780_reviews.jpg) no-repeat;
color:#000000;
overflow: hidden;
	height: auto;

}
.review{
float:left;
width:720px;
padding:30px;
margin-top:40px;
}

.block{
	padding:20px;
	background:#232323;
	color:#999999;
	border:1px solid;
	margin-bottom:6px;
	margin-top:6px;
	border-bottom-color: #333333;
	border-top-color: #000000;
	border-right-color: #333333;
	border-left-color: #000000;
}

