@charset "utf-8";
/* CSS Document */

#a1 a
{
	display: inline-block;
	padding-top: 16px;
	margin-right: 20px;
	text-align: center;
	color: #8a9199;
	text-decoration: none;
	width: 60px;
	height: 44px;
	border-radius: 30px; -webkit-border-radius: 30px; -moz-border-radius: 30px;
	background-color: #24282e;
}

#a1 a:hover
{
	-webkit-box-shadow: 0 -10px 30px #876a35; 
	-moz-box-shadow:  0 -10px 30px #876a35; 
	box-shadow: 0 -10px 30px #876a35;
}

#a2 a
{
	display: inline-block;
	padding-top: 16px;
	margin-right: 20px;
	text-align: center;
	color: #8a9199;
	text-decoration: none;
	width: 60px;
	height: 44px;
	border-radius: 30px; -webkit-border-radius: 30px; -moz-border-radius: 30px;
	background-color: #24282e;
}

#a2 a:hover
{
	-webkit-box-shadow: 0 -10px 30px #6e4f3c; 
	-moz-box-shadow:  0 -10px 30px #6e4f3c; 
	box-shadow: 0 -10px 30px #6e4f3c;
}

#a3 a
{
	display: inline-block;
	padding-top: 16px;
	margin-right: 20px;
	text-align: center;
	color: #8a9199;
	text-decoration: none;
	width: 60px;
	height: 44px;
	border-radius: 30px; -webkit-border-radius: 30px; -moz-border-radius: 30px;
	background-color: #24282e;
}

#a3 a:hover
{
	-webkit-box-shadow: 0 -10px 30px #5a6b83; 
	-moz-box-shadow:  0 -10px 30px #5a6b83; 
	box-shadow: 0 -10px 30px #5a6b83;
}

body
{
	background-color: #000;
	font: 20px 'Just Me Again Down Here', cursive;
}

#canvas
{
	width: 900px;
	margin: 0 auto;
}

#content
{
	width: 900px;
	height: 600px;
}

#footer
{
	width: 900px;
	margin: 0 auto 50px auto;
	padding: 30px 0;
	text-align: right;
	background: url(images/footer_bg.png) right bottom no-repeat;
}

#splash
{
	width: 880px;
	height: 510px;
	background-image: url(images/splash.jpg);
	padding: 90px 0 0 20px;
	font: 24px Helvetica, Arial, sans-serif;
	color: #788b8f;
}

#splash a
{
	color: #6b7c80;
	font-size: 17px;
	margin-right: 5px;
}

#synergine
{
	margin-top: 423px;
}

#synergine a
{
	color: #f0efeb;
}