body {
    padding: 2%;
    font-family: verdana;
    text-align: center;
    margin-top: 1%;
    line-height: 30px;    
    background-image: url(background.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.background
{background-color:#ffffff;}

.txtblue {
    font-size: 24px;
    font-weight: 400;
    color: #ffffff;	
}
.imgcenter {max-width: 600px; width: 90%; margin:0.75em; padding:0px; padding-bottom: 30px; padding-top: 30px; 
}