body{
	background-color: #000000;
	margin:0;
	padding:0;
}
#addthis{
	z-index: 100;
	position:fixed;
	top:10px;
	left:10px;
}

#content{
	width:100%;	
	height:100%;
	position:fixed;
	left:0px;
	top:0px;

}
#footer{	
	margin-top:5px;
	width:100%;
	color: #e34620;
	position:fixed;
	top:555px;
	left:0px;
	font-family: verdana,sans-serif;
	font-size:10px;
	font-weight:bold;
	text-align:center;
}
#footer a{	
	color: #e34620;
	text-decoration: none;
}
#footer span{
	margin-left:2px;
	margin-right:2px;
	
}
#inobscure{
	color:#222222;
	font-size:9px;
	
}
#inobscure a{
	color:#333333;
	font-size:9px;
	
	
}