body 
 {
 font-family: Verdana, Geneva, Arial, sans-serif;
 color: #555555;
 background-color: #ffffff;
 margin: 0px
 }


#horizon 
 {
 color: #555555;
 background-color: transparent;
 text-align: center;
 align: center;
 position: absolute;
 top: 10%;
 left: 0px;
 width: 100%;
 height: 1px;
 overflow: visible;
 visibility: visible;
 display: block
 }

#footer 
 {
 font-size: 11px;
 font-family: Verdana, Geneva, Arial, sans-serif;
 align: center;
 text-align: center;
 position: absolute;
 bottom: 0px;
 left: 0px;
 width: 100%;
 height: 40px;
 visibility: visible;
 display: block
 }

a:link, a:visited 
 {
 color: #aaaaaa;
 text-decoration: none
 }

a:hover 
 {
 color: red;
 text-decoration: none
 }
