body
{
   text-align: center;
   font-family: verdana, arial, helvetica, sans-serif;
   font-size: 12px;
   color: #fff;
   background: #000 url(images/sidewaysBG.png);
}

h1
{
   margin: 0px;
   padding: 0px;
}

a
{
   color: #ff9900;
   text-decoration: none;
}

a:hover
{
   color: #fede58;
   text-decoration: underline;
}

#container
{
   width: 800px;
   margin: 0px auto;
}

#header
{
   display: block;
   width: 800px;
   height: 600px;
   background: #784300 url(images/comingSoon.png) center no-repeat;
   margin: 0px;
   padding: 0px;
   border-right: 4px #000 double;
   border-left: 4px #000 double;
   border-top: 4px #000 double;
}

#header span
{
   display: none;
}

#contentArea
{
   display: block;
   width: 800px;
   background: #784300;
   margin: 0px;
   padding: 0px;
   border-right: 4px #000 double;
   border-left: 4px #000 double;
   border-bottom: 4px #000 double;
}

#contentArea p
{
   margin: 0px;
   padding: 0px 90px 10px 90px;
}

#copyright
{
   width: 318px;
   text-align: left;
   font-size: 9px;
   color: #aaa;
}
