@charset "utf-8";
@import url(reset.css);
@import url(generic.css);

body {
background: url(../img/background-gradient.jpg) left top repeat-x #fff;
font-size: 13.5px;
font-family: Helvetica, sans-serif;
letter-spacing: .4px;
}

a:link {
color: #0099cc;
text-decoration: none;
}

a:hover {
color: #00ccff;
}

#landing {
background: url(../img/landing.jpg) center top no-repeat;
width: 1024px;
height: 430px;
position: relative;
margin: auto;
}

#landing span.moreInfo {
position: absolute;
top: 210px;
left: 246px;
height: 20px;
width: 400px;
}
#landing span.email {
position: absolute;
top: 230px;
left: 246px;
height: 20px;
width: 400px;
}