/* @override http://www.rebeccalorrine.com/css/main.css */

body {
  	font: 16px "Century Gothic", Helvetica, sans-serif;
	color: #929496;
	font-weight: 400;
	background-color: white;
	margin: 0;
}
.copyright {
	font-size: 10px;
	text-align: right;
}
a {
	color: #929496;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h1 {
	position: relative;
	bottom: 490px;
	left: 475px;
	width: 440px;
	margin: 0;
	padding: 0;
	color: #000000;
}

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

#content    
{
margin-left: -500px;
position: absolute;
top: -309px;
left: 50%;
width: 964px;
height: 618px;
visibility: visible
}

#casa_debug
{
	font-size: 10px;
	width: 900px;
	height: 300px;
	overflow: scroll;
	position: absolute;
	bottom: -280px;
	left: 20px;
	border: 1px solid grey;
	color: black;
	padding: 10px;
}