* {
	margin:0;
	padding:0;
}
   
html, body {
	background-color: #f7fbfd;
	background-image: url('../img/splash_background.png');
	background-repeat: repeat-x;
	
	color: #000;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif; Verdana, Helvetica, Arial, Sans-serif;
	font-size: 90%;
	margin: 0;
	height: 100%;
}

a {
	background-color: inherit;
	color: #2680b4;
	text-decoration: none;
}

a:hover {
	background-color: inherit;
	color: #008afe;
	text-decoration:none;
}

#splash input {
	font-size: 13px;
	border: 0px;
	padding: 4px;
	text-align: left;
	background: transparent;
}



#table_container {
	width: 100%;
	height: 100%;
}


#thankyou {
	position: absolute;
	margin-top:	208px;
	margin-left: 449px;
	font-size: 14px;
}

#smalltext {
	position: absolute;
	font-size: 11px;
	margin-top: 287px;
	margin-left: 850px;
}

#icons {
	margin-top: -40px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 564px;

	text-align: right;
	font-size: 11px;
}

.disabled {
	color: #7c7c7c;
}

.lightgrey {
	color: #bdbdbd;
}

#splash {
	width: 992px;
	height: 360px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../img/splash.png');
	background-repeat: no-repeat;
}

#subscriber_form {
	position: absolute;
	padding-left: 395px;
	margin-top: 98px;
	width: 200px;
}

#subscriber_form input {
	width: 188px;
	margin: 0px;
	color: #fafafa;
	font-size: 12px;
}

#subscriber_submit {
	position: absolute;
	margin-left: 526px;
	margin-top: 130px;
	cursor: pointer;
}

#signup {
	position: absolute;
	width: 210px;
	height: 40px;
	margin-top: 184px;
	margin-left: 390px;
	cursor: pointer;
}

#icon_blog {
	position: absolute;
	width: 95px;
	height: 75px;
	margin-top: 166px;
	margin-left: 30px;
	cursor: pointer;
}

#icon_facebook {
	position: absolute;
	width: 90px;
	height: 75px;
	margin-top: 166px;
	margin-left: 130px;
	cursor: pointer;
}

#icon_twitter {
	position: absolute;
	width: 95px;
	height: 75px;
	margin-top: 166px;
	margin-left: 220px;
	cursor: pointer;
}

#login_username {
	position: absolute;
	width: 200px;
	padding-left: 720px;
	margin-top: 114px;
}

#login_username input {
	width: 188px;
	color: #fafafa;
	font-size: 12px;
}

#login_password {
	position: absolute;
	padding-left: 720px;
	margin-top: 166px;
}

#login_password input {
	width: 188px;
	color: #fafafa;
	font-size: 12px;
}

#login_submit {
	position: absolute;
	margin-left: 850px;
	margin-top: 200px;
	cursor: pointer;
}
































































