body {
    	
background-image: url(background.jpg);
background-repeat:no-repeat;
background-attachment:fixed;
background-position:center;
background-size: 100% 100%;

font-face:Georgia;
color:white;
text-align:center;

}