.thumbsBox{
	
	text-align: center;
	float: left;
	
}
.thumbsBox a{
	padding: 5px;
	border: 1px solid #bbbbbb;
	text-align: center;
	width: 150px;
	float: left;
	height:90px;
	overflow: hidden;
	margin:10px
}
.thumbsBox a:hover
{
    background-color :#b0e45e;
	}

#contentBox {
	padding-top:10px;
	min-height:500px;
}
.control {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #5B7900;
}
#logoBox {
	float: left;
}

