html, body
{
   height: 100%;
}
div#space
{
   width: 1px;
   height: 50%;
   margin-bottom: -610px;
   float:left
}
div#container
{
   width: 1025px;
   height: 1221px;
   margin: 0 auto;
   position: relative;
   clear: left;
}
body
{
   background-color: #64B0E2;
   background-image: url('images/tlostart.jpg');
   background-attachment: fixed;
   background-position: left top;
   background-repeat: no-repeat;
   background-size: 100% 100%;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 11px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
a
{
   color: #FF0000;
   text-decoration: underline;
}
a:visited
{
   color: #800080;
}
a:hover
{
   color: #0000FF;
   text-decoration: underline;
}
