*:focus { outline: none; }
html { background: #010D1D url(../img/top-bg.jpg) no-repeat scroll center top; }
body {
	color: #5f789b;
	font: 'Helvetica Nueve', Helvetica, Arial;
}

h1 {
	font-family: Georgia, "Lucida Console";
	color: #fff;
	font-size: 30px;
	margin-bottom: 20px;
}

p {
	text-align: justify;
	line-height: 20px;
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#hd img {
	margin: 25px 0 0 59px;
}

#signupemail {
	vertical-align: top;
	width: 240px;
	height: 26px;
	background: url(../img/signupfield.png) no-repeat left top;
	border: none;
	margin-left: 170px;
	margin-top: 12px;
	padding-top: 9px;
	padding-left: 15px;
	padding-right: 100px;
	font-size: 14px;
	color: #99a4b4;
}

a#signup {
	display: inline-block;
	text-indent: -5000px;
	margin-left: -99px;
	margin-top: 13px;
	vertical-align: top;
	width: 91px;
	height: 32px;
	background: url(../img/signup.png) no-repeat left top;
}
a#signup:hover { background: url(../img/signup-hover.png); }
a#signup:active { background: url(../img/signup-active.png); }

#ft {
	margin-top: 60px;
	width: 920px;
	height: 158px;
	background: url(../img/bot-bg.jpg) no-repeat left bottom;
	border-top: 1px solid #162f4f;
}

#socialbuttons {
	width: 100%;
	text-align: center;
}

#socialbuttons a {
	display: inline-block;
	/*text-indent: -5000px;*/
	/*width: 51px;
	height: 49px;*/
	margin-right: 12px;
	margin-top: 20px;
}

#socialbuttons img {
	width: 51px;
	height: 49px;
}

#copyright {
	display: block;
	width: 97%;
	font-size: 11px;
	margin-top: -35px;
	text-align: right;
}
/*
#twitter { background: url(../img/twitter.png) no-repeat top center; }
#twitter:hover { background-position: bottom center; }

#facebook { background: url(../img/facebook.png) no-repeat top center; }
#facebook:hover { background-position: bottom center; }

#flickr { background: url(../img/flickr.png) no-repeat top center; }
#flickr:hover { background-position: bottom center; }

#youtube { background: url(../img/youtube.png) no-repeat top center; }
#youtube:hover { background-position: bottom center; }
*/
