html, body, div, a, font, p, h1, h2, span {
	border: 0 none;
	margin: 0;
	padding: 0;
	font-weight:400
}
body {
	font:13px/18px "Lucida Grande", Tahoma, Arial, sans-serif;
	background-color:#e5e5e5;
	color:#333
}
h1 {
	text-indent: -9999px;
	width:250px;
	float:left;
	padding-top:30px;
}
h1 a {
	width:135px;
	display:block;
	height:58px;
	margin-left:50px
}
h2 {
	font-size:30px;
	padding-top:50px;
}
a {
	color:#06c;
	text-decoration:none
}
a:visited {
	color:#069
}
a:hover {
	color:#00f
}
#header {
	background: url("bg.jpg") no-repeat scroll center top;
	min-height:451px;
	position:relative
}
#footer .container div {
	float: left;
	margin: 0 40px 0 200px
}
#footer {
	background: #222;
	padding:20px 0;
	height:18px
}
.container {
	width: 1047px;
	margin: 0 auto
}
.dns, .email {
	position:absolute
}
.dns {
	top:238px;
	left:58px;
	width:222px
}
.email {
	top:148px;
	right:50px;
	width:160px
}
.cta, .cta:visited, .cta:hover {
	color: #000;
	background-color: #fff925;
	text-transform: uppercase;
	padding: .5em 1em;
	background-image: -moz-linear-gradient(rgba(255,255,255,0.7) 0%, rgba(255,255,255,0) 50%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.7)), color-stop(50%, rgba(255,255,255,0.0)));
	background-image: -o-linear-gradient(top, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0) 50%);
	background-image: -ms-linear-gradient(top, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0) 50%);
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
	border-radius: .5em;
	font-size: 1.2em
}
.cta:hover {
	color: #00f
}
.copyright {
	font-size:11px;
	text-align:center;
	padding-top:5px
}

