.container, .container2, .container3 {
	background: #EBF0F2;
	width: 100%;
	border-top: 1px solid #FFFFFF;
}
.container3 {
	border-bottom: 1px solid #FFFFFF;
}
.block, .block2, .block3 {
	width: 750px;
	margin: auto;
	text-align: left;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	height: 100px;
}
.block {
	background: url('images/splash_chips.jpg') #333333 no-repeat;
}
.block2 {
	background: url('images/splash_cards.jpg') #333333 no-repeat;
}
.block3 {
	background: url('images/splash_dice.jpg') #333333 no-repeat;
}

.block a, .block2 a, .block3 a {
	position: relative;
	left: 185px;
	top: 12px;
	font-size: 14pt;
	text-decoration: none;
	font-weight: normal;
}
.block p, .block2 p, .block3 p {
	padding-left: 185px;
	padding-top: 19px;
	padding-right: 10px;
}

.block a { color: #66A0B4; }
.block a:hover { color: #90E3FF; }

.block2 a { color: #76BD34; }
.block2 a:hover { color: #94ED42; }

.block3 a { color: #FF3D3D; }
.block3 a:hover { color: #FF6060; }