
	html {
		width:100%;
		height:100%;
	}
	body{
		background-color: #000;
		margin: 0;
		padding: 0;
		
		width:100%;
		height:100%;
	}
	
	#footer{
	
		/*
  		position:absolute;
		bottom:0;
	 	left:0;
	  	z-index: 10;
	  	width:100%;
	  	height: 34px;
		*/
		font-size:9.5px;
		font-family:Arial, Helvetica, sans-serif;
		z-index:10;
		position: absolute;
		bottom:0;
		left:0;
		width: 100%;
		color: #676b69;	
 	}
	
	#footer p {
		padding-left:10px;
	}
	
	
	#footer a {
		text-decoration:none;
		padding: 0px 0px 0px 0px;
		color:#959796;
		font-size:9.5px;
	}
	
	#footer a:hover {
		text-decoration:none;
		color:#852320;
		font-size:9.5px;
	}
	
	#likeWrapper
	{
  		position:absolute;
		bottom:8px;
	 	right:0px;
		z-index: 10;
		padding:0 10px 0 10px;
		padding:0 10px 0 10px\9;
 	}
	
	#likeWrapper a 
	{
		text-decoration:none;
		padding-right:10px;
		color:#959796;
		font-size:9.5px;
		position:absolute;
		bottom:5px;
        right:280px;
        width:100px;   
	}
	
	@media screen{
	  body>div#header{
	   position:fixed;
	  }
	  
	  body>div#footer{
	   position:fixed;
	  }
	  
	 }
	 
	 * html body{
	  overflow:hidden;
	 } 
	 
	 * html div#flashContent{
	  height:100%;
	  overflow:auto;
	  z-index: 1;
	 }

