body 
	{
	color: white;
    background-color: #6C3080;
	margin: 0px
	}

#horizon{
  background-color: transparent;
  position: absolute;
  top: 20px;
  left: 0px;
  text-align: center;
}

/* following rules are invisible to IE 5 \*/
#horizon{
  background-color: transparent;
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  margin-top: -190px;
  text-align: center;
  min-width: 398px; 
}
/* end IE 5 hack */ 

#wrapper {
  background-color: #6c3080;
  position: relative;
  text-align: centre;
  width: 398px;
  height: 380px;
  margin: 0px auto;
  }

h1,p {
    font-family: verdana, arial, helvetica, "lucida console", sans-serif;
}

h1 {
    font-size: 20px;
}

p {
    font-size: 12px;
}

a:link {
    color: white;
}

a:hover {
    color: blue;
}
