body
{
   background: #000;
   text-align: center;
   color: #ddd;
   font-family: verdana, sans-serif;
   font-size: 12px;
}

a
{
   color: #f2a84a;
   text-decoration: none;
}

a:hover
{
   color: #cd5e35;
   text-decoration: underline;
}

#container
{
   position: absolute;
   left: 50%;
   top: 50%;
   margin: 0px auto;
   margin-left: -375px;
   margin-top: -250px;
   width: 750px;
   height: 500px;
   background: url(images/lay_bg.gif) center repeat-y;
}

#flashMovie
{
   width: 750px;
   height: 418px;
   text-align: center;
   background: url(images/lay_errorBG.jpg) center no-repeat;
}

.errorArea
{
   padding: 60px 50px 0px 50px;
}
