body {
	font: 16px Arial, Helvetica, sans-serif;
	background: url(../img/bg.jpg) repeat;
	min-width: 960px;
}
.wrapper {
	width: 960px;
	margin: 0 auto;
}
.clear {
	clear: both;
}
#logoOverlay {
	position: absolute;
}
#logo, #logoOverlay {
	width: 482px;
	height: 424px;
	margin-left: 238px;
	margin-top: 30px;
	margin-bottom: 60px;
}
#logo {
	clear: both;
}
#content {
	width: 860px;
	margin: 0 auto;
	clear: both;
}
#main, #main a {
	font-family: 'Tangerine', cursive;
	font-size: 25px;
	line-height: 30px;
	color: #B9B9B9;
}
#buttons {
	margin-bottom: 30px;
}
#buttons a {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 200;
	font-size: 26px;
	display: block;
	float: left;
	border-radius: 5px;
	background: #ececec;
	margin-right: 50px;
	width: 250px;
	height: 60px;
	line-height: 60px;
	color: #B9B9B9;
	text-decoration: none;
	text-align: center;
	box-shadow: 0 0 10px #ECECEC;
}
#buttons a.last {
	margin-right: 0;
}
#buttons a:hover, #buttons a.open {
	color: #ececec;
	background: #B9B9B9;
	box-shadow: 0 0 10px 10px #fff;
	-webkit-transition: all 600ms linear;
	-o-transition: all 600ms linear;
	-moz-transition: all 600ms linear;
	-ms-transition: all 600ms linear;
	-kthtml-transition: all 600ms linear;
	transition: all 600ms linear;
	/*transition: color 1000ms;
	-webkit-transition: color 1000ms;
	transition: background 1000ms;
	-webkit-transition: background 1000ms;*/
}
#footer {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: normal;
	min-height: 120px;
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #EBEBEB;
	text-align: center;
	font-size: 12px;
	color: #C9C9C9;
}
