@font-face {
    font-family: 'Yawhgembedded';
    src: url('font.ttf');
    font-weight: normal;
    font-style: normal;
}

body,html{
	background:#000000;
	color:#FFFFFF;
	font-family: Yawhgembedded, sans-serif;
	font-size: 130%;
	padding:0;
	margin:0;
}

#horizon        
{
	text-align: center;
	position: fixed;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	display: block;
	
	/*font-style:italic;*/
	/*font-family:serif;*/
}

#horizoncontent    
{
	width: 850px;
	height: 350px;
	margin-left: -431px;
	position: absolute;
	top: -250px;
	left: 50%;
	visibility: visible
}

#back_image
{
	width: 850px;
	height: 350px;
	background-image:url('weeksheet.png');
	background-position:0px 0px;
}

#gradient
{
	position: absolute;
	left: 50%;
	top: 100%;
	width: 640px;
	margin-left: -320px;
	
	margin-top: -240px;
	height: 240px;
	background-color:transparent;
	background-image:url('gradient.png');
}
#gradientdown
{
	width: 640px;
	height: 200px;
	background-color:transparent;
	background-image:url('gradientdown.png');
	margin-bottom: 100%;
}
#below
{
	position: absolute;
	left: 50%;
	top: 100%;
	background-color: transparent;
	width: 640px;
	margin-left: -320px;
}
#wordsnpictures
{
	background: #000000;
}

#creditz
{
	position: fixed;
	bottom: 0;
	width: 100%;
	text-align: right;
	margin-top: -16px;
	font-size: 12px;
}

a:link, a:visited
{
	color: #FFFFFF;
}
a:hover
{
	color:#F9A32A;
}