@charset "utf-8";
/* CSS Document */

html, body { 
          
   scrollbar-3dlight-color:#333333;
	scrollbar-highlight-color:#666666;
	scrollbar-face-color:#white;
	scrollbar-arrow-color:#517F9F;
	scrollbar-shadow-color:#000000;
	scrollbar-darkshadow-color:#171717;
	scrollbar-track-color:#000000;
	margin: 0px;
	
}

.wrapper {
	position: relative;
	width:200px;
	margin-left:auto;
	margin-right:auto;
	background:transparent;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto 0; /* the bottom margin is the negative value of the footer's height */
}


#fullscreen  {
	position: absolute;
	font-family: Verdana, Arial, Tahoma, Sans-serif;
	font-size: 60%;
	font-weight: normal;
	color: #4c91c3;
	left: 362px;
	height: 22px;
	width: 184px;
	text-align: center;
	top: -8px;

}

#fullscreen .on {color: #00B95C;  }
#fullscreen .off {color: #FF0000;  }
#fullscreen a:hover {
	color:#3e84b7
}


a { text-decoration: none; }
