@import url('http://fonts.googleapis.com/css?family=Open+Sans:300');

html, body, div, span, a {
	background: transparent;
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
a {
	text-decoration: none;
}
a:link {
	border-color: #999;
	border-style: none none solid none;
	border-width: 0 0 1px 0;
	color: #96ceff;
}
a:visited {
	border-color: #999;
	border-style: none none dotted none;
	border-width: 0 0 4px 0;
	color: #96ceff;
}
a:hover {
	color: #96ceff;
	border-color: #ddd;
}
a img  {
	border: 0;
}
html {
	background-color: #4e5768;
	color: #96ceff;
	font-family: 'Open Sans', Verdana, sans-serif;
	font-size: 62.5%;
}
#banner {
	height: 72px;
	position: fixed;
	padding-top: -36px;
	text-align: center;
	top: 35%;
	width: 100%;
}
#banner a {
	border-width: 0;
}
#name {
	color: #96ceff;
	font-size: 60px;
	font-size: 6.0rem;
	padding: 0px 10px 0px 10px;	
	position: relative;
	text-shadow: 2px 2px #333;
	top: -20px;
}
#tagline {
	color: #ffb94b;
	font-size: 20px;
	font-size: 2.0rem;
	letter-spacing: 2px;
	padding-left: 5px;
	position: relative;
	top: -28px;
}
#footer {
	bottom: 0px;
	color: #000;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 1px;
	padding-bottom: 4px;
	position: fixed;
	text-align: center;
	width: 100%;
}
#footer a {
	color: #000;
}
#footer a:hover {
	color: #96ceff;
	border-color: #ddd;
}
#contact {
	float: left;
	padding-left: 20px;
}
#copyright {
	float: right;
	padding-right: 20px;
}
