body{
    
    background-image:url("rocks3.jpg");
    background-color:#000000;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    
    width:100%;
    color:#000000;
    font-size:16px;
    font-family:"basiljam_classyregular";
}

@font-face {
    font-family: 'basiljam_classyregular';
    src: url('classy-webfont.woff2') format('woff2'),
         url('classy-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
