@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700,300,100);
@charset "utf-8";
body {
	padding-left: 5px;
	padding-right: 5px;
   	font-family: "Roboto", helvetica, arial, sans-serif;
    color: black;
	background: #2E2E2E url('../images/scenery.jpg') no-repeat center center fixed;
/*    -webkit-background-size: cover; 
    -moz-background-size: cover;    
    -o-background-size: cover;		*/      
    background-size: cover;         /* Generic*/ 
}