﻿@charset "utf-8";
/* CSS Document */

*{
margin:0;
padding:0;
}

html{
height:100%; 
margin-bottom:0.1em; 
}

body{
color: white;
background-color: black;
}

h2{
font-family: Comic Sans MS;
font-size:20px;
}

#horizon{
text-align: center;
position: absolute;
top: 50%;
left: 0px;
width: 100%;
overflow: visible;
visibility: visible;
display: block
}

#content{
position: absolute;
left: 50%;
margin-left: -200px;
margin-top: -200px;
width: 400px;
height: 400px;
}

#title{
position: absolute;
top: -45px;
left: -25px;
width: 450px;
}

#footer{
position: absolute;
top: 415px;
left: 0px;
width: 400px;
}

a:link, a:visited, a:hover{
color: white;
}
