@charset "utf-8";
/* CSS Document */
* { outline: none; }

body {
/* 	background:url(../images/bg_tile.png) #f0f0f0 top center repeat-x; */
	background: #000000;
	margin: 0;
	font-size: 12px;
}

#page
{
	margin-left: auto;
  	margin-right: auto;
/*   	height: 746px; */
	width: 960px;
  	margin-top: 30px;
  	position: relative
}

#splash {
	background: url(../images/splash_bg.jpg) top center no-repeat;
	text-align:center;
	height:746px;
	width: 960px;
	position: relative
}

#social {
/* 	display: none; */
	float: right;
	padding: 10px;
}

#social a {
	float: right;
	padding: 0 0 0 5px;
	top: -10px;
}

#social #facebook_button, #social #twitter_button {
	float: right;
	min-width: : 85px;
}

a#connect:link, a#connect:active, a#connect:visited {
	background-image: url(../images/connect_profile.png);
    background-repeat: no-repeat;
    display: block;
    height: 85px;
    text-indent: -9999px;
    width: 175px;
    position: relative;
    top: 590px;
    left: 735px;
}
a#connect:hover {
    background-position: -175px 50%;
}

#enter_link {
	text-align: right;
	padding: 10px 0;
}

a#website:link, a#website:active, a#website:visited {
/*     background-image: url(../images/site-enter.png); */
/*     background-repeat: no-repeat; */
/*     display: block; */
/*     height: 46px; */
/*     text-indent: -9999px; */
/*     width: 424px; */
/*     position: relative; */
/*     top: 615px; */
/*     left: 517px; */
	color: #e20086;
	text-decoration: none;
	font-weight: bold;
	font-size: 2.1em;
}
a#website:hover {
/*     background-position: -424px 50%; */
	text-decoration: underline;
}

#footer {
	margin-left: auto;
  	margin-right: auto;
	width: 960px;
	color: #acacac;
	margin-top: 50px;
	margin-bottom: 20px;
/* 	padding: 20px 0; */
}

#footer .col-left {
    padding-left: 10px;
    float: left;
}
#footer .col-right {
    padding-right: 10px;
    float: right;
}
#footer p {
    color: #acacac;
    font: bold 11px/1em Arial,sans-serif;
}
#footer a:link, #footer a:visited {
	color: #acacac;
    text-decoration: none;
}
#footer a:hover, #footer a:hover {
	color: #FF51B8;
}