body {
background-image: url('../images/background.png');
background-attachment: fixed;
color: rgb(255, 255, 255);
}

#wrapper {
width: 926px;
height: 642px;
background: url('../images/shadow.png') repeat-x;
margin: 0 auto;
position: relative;
padding-top: 0.8em;
margin-top: 2em;
}

#container {
width: 900px;
height: 610px;
background: #EAEAEA;
margin: 0 auto;
position: relative;
padding-top: 0.7em;
-moz-border-radius: 0.75em;
-webkit-border-radius: 7.5px;
background: rgb(0, 0, 0);
}

#name {
font-size: 7.5em;
letter-spacing: -3px;
margin-bottom: 0.2em;
font-family: 'Century Gothic', Arial, Sans-serif;
font-weight: normal;
}

#title {
font-size: 5.5em;
font-weight: normal;
font-family: 'Century Gothic', Arial, Sans-serif;
font-weight: normal;
text-transform: uppercase;
}

#subtitle {
font-family: 'Century Gothic', Arial, Sans-serif;
font-weight: normal;
text-transform: lowercase;
margin-top: 1.25em;
font-size: 1.5em;
}

#description {
text-align: center;
margin-top: 8em;
display:none;
}

#footer {
width: 95%;
bottom: 9px;
position: absolute;
text-align: center;
text-transform: uppercase;
font-family: 'Century Gothic', Arial, Sans-serif;
font-size: 0.7em;
color: rgb(192, 192, 192);
}

.padded {
padding: 2em;
}