/* CSS Document */

body {
background-image:url(images/wallpaper.jpg);
background-repeat:repeat;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

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

#content {
margin-left:auto;
margin-right:auto;
width:500px;
height: 150px;
margin-left: -250px;
	position: absolute;
	top: -150px;
	left: 50%;
	visibility: visible;
}

#links{
text-align:right;
font-size:small;
colour:#000;
margin-right:30px;
margin-top:-40px;
}

#links a:link, a:visited{
text-align:right;
color:#fff;
text-decoration:none;
}

#links a:hover, a:active{
text-align:right;
color:#fff;
text-decoration:line-through;
}

p {color:#fff;
}