body { 
background: #000 url(../splash.jpg) top center; 
font-family: 'Helvetica Neue', Helvetica, Futura, Arial, sans-serif;
font-size: 1.2em;
letter-spacing: -.05em;
font-weight: bold;
color: #ccc;
}

.layout { 
margin-top: 80px; 
}

img a { 
border: 0; 
}

a {
text-decoration: none;
color: #2a586f;
}

a:hover {
color: white;
}

li {
display: inline;
margin-right: 15px;
}

.links {
top: 20px;
text-transform: uppercase;
padding-right: 40px;
}

.desc {
background: #ccc;
position: absolute;
bottom: 30px;
padding: 20px 40px 20px 40px;
width: 800px;
}

.box {
background: #ccc;
position: absolute;
color: #111;
opacity: .8;
left: 30px;
padding: 20px;
}

#subscribeForm {
display: none;
float: right;
}