html
{
    overflow: hidden;
    height: 99%;
}
                         
body
{
    background-color: #000000;
    height: 99%;
    margin: 0;
    padding: 0;
    text-align: center;
}

*
{
    font-family: Verdana, Trebuchet MS, Arial, Courier New;
    font-size: 10px;
    font-weight: normal;
    color: #cccccc;
    text-align: left;
    text-indent: 0px;
}

a
{
    color: #bbbbbb;
    text-decoration: none;
}

a:hover
{
    color: #ffffff;
    text-decoration: none;
}

img
{
    border-style: none;
}

#first_container
{
  margin: 0 auto 0 auto; 
  display: table; 
  height: 100%;  
  position: relative; 
  overflow: hidden; 
  width: 800px;
  
}

#second_container
{
  position: absolute; 
  top: 50%;
  vertical-align: middle;
  width: 100%; 
}

#third_container
{
  position: relative; 
  top: -250px; 
  height: 500px;
  width: 800px;
}

#fourth_container
{
    vertical-align: middle;
    text-align: center;
}

#fourth_container a
{
    letter-spacing: 5px;
    line-height: 30px;
}

#clock
{
    text-align: center;
}

#logo
{
    position: absolute;
    top: 430px;
    left: 87px;
    z-index: 3;
}

#menu_0
{
    background-color: #1c1e1d;
    position: absolute; 
    top: 0px;
    left: 0px;
    height: 500px;
    width: 120px;
    line-height: 20px;
}

#menu_0 p
{
    margin-left: 15px;
    text-align: left;
}

#menu_1
{
    background-color: #000000;
    position: absolute; 
    top: 0px;
    left: 120px;
    height: 500px;
    width: 120px;
    line-height: 25px;
    z-index: 2;
    filter: Alpha(opacity=75); 
    opacity: .75;
}

#menu_1 p
{
    margin-right: 15px;
    text-align: right;
}

.menu_top
{
    margin-top: 45px;
}

#splash
{
    background-position: right;
    position: absolute; 
    top: 0px; 
    left: 120px; 
    height: 500px;
    width: 360px;
    z-index: 1;
}

#content
{
    background-color: #121212;
    position: absolute; 
    top: 0px;
    right: 0px;
    height: 500px;
    width: 320px;
    text-align: right;
    z-index: 4;
}

#content a
{ 
    color: #999999;
}

#content a:hover
{
    color: #ffffff;
}

#content p
{
    color: #ffffff;
    margin: 10px 10px 10px 10px;
}