HTML {
	background: none;
}

BODY {
	background-image: url('../img/1px.gif');
	background-repeat: repeat-x;
	background-position: 0px 552px;
}

#container {
	padding-top: 50px;
}

#trio {
	margin-left: auto;
  margin-right: auto;
	width: 1000px;
}

.cells {
	float: left;
	text-align: center;
	width: 270px;
	padding-left: 30px;
	padding-right: 30px;
}

.cells:hover {
	background: url('../img/cell-bg-hover.gif') no-repeat;
}


.main_subtitle {
	margin-bottom: 10px;
}

.front_title {
	padding-bottom: 50px;
	margin-left: auto;
  margin-right: auto;
	display: block;
}

A IMG {
	border: 0;
}

.cleaner {
	clear: both;
}

