body {
background-color:black;
font-size:100%;
font-family:arial,sans-serif;
padding:1em;
}
h1,h2,h3,p {
color:#FEB951;
}
.commercial {
margin-bottom:10px;
}
.commercial ins {
margin: 0 auto;
}
a {
color: #fff;
text-decoration:none;
}
a:hover {
text-decoration:underline;
}

h1#intro {
font-size:4.5em;
min-height:180px;
margin:0 auto;
text-align:center;
width:955px;
}

ul#footer {
position: absolute;
right:1em;
bottom:0.1em;
}
ul#footer li {
line-height:0.6em;
text-align:right;
}
ul#footer a {
font-size:0.6em;
}

#content {
margin:0 auto;
width:555px;
border: 1px solid #FEB951;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border-radius: 20px;
padding:1em;

}
.jsEnabled #content {
display:none;
opacity:0;
}
