@charset "utf-8";
/* CSS Document */

body {
	-webkit-transform: translateZ(0);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	

	}
	div{
		text-align:center;
		margin: auto;
		}
	canvas{
		width: 100%;
		
		background-attachment:fixed;
		background-position:bottom;
		
		
		background-size:contain;
		display:block;
		}
 menu {
	 width: 100%;
	 position: fixed;
	 
	 }

.fb {	
	display:none;
	}
 
a.menu_button { 
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
   	line-height: 0.8em;
  	font-size: 0.74em;
	height: 0.809em; 
			
	background-color:#000;
	color: #FFF;
	text-decoration: none;
		
	padding:0.809em;		
	margin-left: 0.15em;
	margin-bottom: 0.809em;
	
	cursor: pointer;

	-moz-box-shadow: 2px 2px 5px #BBB;
	-webkit-box-shadow: 2px 2px 5px #BBB;
	box-shadow: 2px 2px 5px #BBB;
	
 }
 a.menu_button:hover, a.menu_button:active, a.menu_button:focus {
	color: #000;
	background-color:#FFF;
}