html,body {
	margin: 0;
	padding: 0;
	height: 100%;
	background: #300;
	background-image: url("images/background_tartan.jpg");
	font-family: arial, sans-serif;
	font-size: small;
	color: Black;
}

a:link {color: Red; text-decoration: none; }
a:active {color: Red; text-decoration: none; }
a:visited {color: Red; text-decoration: none; }
a:hover {color: Sienna; text-decoration: none; }

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

div#content    
{
	font-family: Verdana, Geneva, Arial, sans-serif;
	background-image: url("images/message.png");
	
	margin-left: -225px;
	position: absolute;
	top: -75px;
	left: 50%;
	width: 450px;
	height: 150px;
	visibility: visible
	
	filter: alpha(opacity=50);
	opacity: 0.5;
}