body{
	background-color: #191919;
	font-family: helvetica neue, Century Gothic, Arial;
	font-size: 14pt;
	color: #fff;
}
#container{
	width: 940px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
#logo{
	text-align: right;
	margin: 90px 10px 0 0;
}
table{
	width: 940px;
	padding: 0;
	margin: 0;
	border: 0px;
}
tr,td{
	margin: 0;
	padding: 0;
	text-align: center;
}
.divider{
	width: 15px;
}
a{
	margin: 8px 0 0 0;
	padding: 0px 10px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
}
#client{
}
#client a{
	display: block;
	height: 294px;
	width: 274px;
	background: transparent URL('../img/clients-button.jpg') no-repeat;
}
#client a:hover{
background-position: -294px 0;
}
#site{
}

#site a{
	display: block;
	height: 294px;
	width: 274px;
	background: transparent URL('../img/enter-site.jpg') no-repeat;
}
#site a:hover{
background-position: -294px 0;
}
#blog{
}
#blog a{
	display: block;
	height: 294px;
	width: 274px;
	background: transparent URL('../img/blog-button.jpg') no-repeat;
}
#blog a:hover{
background-position: -294px 0;
}
#footer{
	clear: both;
	text-align: right;
	margin: 85px 10px 0 0;
	color: #c2c2c2;
	font-size: 9pt;
}