*{
	vertical-align:top;
	outline:0;
	font-family:  'Varela', "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Arial,Helvetica,sans-serif;

}
html {
	overflow-x:hidden;
}

div
{
   -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   user-select: none;	
}

body {
background-color:#EEEEEE;
background-repeat:no-repeat;
background-attachment:fixed;
margin-bottom:100px;
font-size:12px;
}

 

#container{

 position:absolute; 
 top:0; 
 bottom:0;
 right:0; 
 left:150px;
 width:auto; 
 height:100%;

}


#spacer{height:500px;}

#metadata{display:none;}

#wimpyButtonBridgeTarget{position:absolute; height:0px; width:0px;}
