BLOCKQUOTE {
    display:none
}

body {
	background-color: #49472a;
	background-image:url(background.gif);
	background-repeat: repeat-x;
	text-align: center;
}

.horizon        
	{
	color: white;
	background-color: #0ff;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 0px;
/*	overflow: visible;
	visibility: visible;
	display: block*/
	}
	
.content    
	{
	margin-left: -450px;
	position: absolute;
	top: -337px;
	left: 50%;
	width: 900px;
	height: 675px;
	visibility: visible
	}
