div#top
{
    height:40px;
    background-color:#F4F4F4; //rgba(244, 244, 244, 0.5);
    margin-top:-1px;
    width:100%;    
    filter:alpha(opacity=50);
    opacity: 0.5;
    -moz-opacity:0.5;
    z-index:-1;

}
div#spacing
{
    right:100px;
    position:absolute;
    margin-left:auto;
    margin-right:100px;
    margin-top:-32px;
    text-align:right;
    z-index:1;
}
div#toptext
{
    position:absolute;
    margin-left:100px;
    margin-right:auto;
    margin-top:-30px;
    z-index:1;
}
#bgformat
{
    width: 100%;
    height:100%;
    position: fixed;
    top: 0;
    left: 0;
    margin-right:-100px;
    z-index:-200;
}
#bottombox
{
    margin-left:auto;
    margin-right:auto;
    margin-top:-80px;
    width:640px;
    height:450px;
    z-index:-100;
    position:fixed;
    left:25%;
}
#topbox-text
{
    font-family: Lucidia Grande, Verdana, sans-serif, Arial;
    font-size:34px;
    color:#000;
    margin-top:160px;
    margin-left:43%;
    z-index:100;
}
#bottom-text-title
{
    font-family: Lucidia Grande, Verdana, sans-serif, Arial;
    font-size:31px;
    color:#999999;
    margin-top:180px;
    margin-left:auto;
    margin-right:auto;
    z-index:100;
}
img
{
width:100%;
height:100%;
background-image:url('clouds.jpg');

z-index:-50000;
position:fixed;
margin:0px;
}
a:link    {
  /* Applies to all unvisited links */
  text-decoration:  none;
  color:            #3399FF;
  } 
a:visited {
  /* Applies to all visited links */
  text-decoration:  none;
  color:            #3399FF;
  } 
a:hover   {
  /* Applies to links under the pointer */
  text-decoration:  none;
  color:            #3399FF;
  } 
a:active  {
  /* Applies to activated links */
  text-decoration:  none;
  color: #3399FF;
  } 
body
{
    margin:0px;
}