.main_back {
	background-image:url(../main_back.jpg);
	background-position:top;
	background-repeat:no-repeat;	
	
	height:200px;
	
	vertical-align:top;
}
.footer {
	background-image:url(../footer.jpg);
	background-repeat:repeat-x;
	background-position:top;
	
	height:72px;
}
.row {
	background-color:#66CC33;
	font-size:14px;
}
.row:hover {
	background-color:#6F0;
	color:#FFF;
	cursor:pointer;
}
.color {
	color: green;
}
