.html, body {
	overflow-y:hidden;
	overflow-x:hidden;
}
.facebook {
	position: absolute;
	z-index: 200;
top: 505px;
left: 802px;
}
.twitter {
	position: absolute;
	z-index: 200;
top: 505px;
left: 720px;
}
#horizon {
	text-align: center;
	position: absolute;
	top: 0;
	left: 0px;
	width: 0;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
}
.spacer {
	background-color: #71c57a;
	position:absolute;
}
.post h3 {
	margin:.25em 0 0;
	padding:0 0 4px;
	font-size:100%;
	font-weight:bold;
	line-height:1em;
 color:$titlecolor;
}
#main {
	font-family: Verdana, Geneva, Arial, sans-serif;
	margin-left: -500px;
	position: absolute;
	top: -350px;
	left: 50%;
	width: 250px;
	height: 70px;
	visibility: visible
}
#footer {
	font-size: 9px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	text-align: center;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 20px;
	visibility: visible;
	display: block
}
a:link, a:visited {
	color: red;
	text-decoration: none
}
a:hover {
	color: #06f;
	text-decoration: none
}
body {
	background-color: #FFFFFF;
}