body {
	background-image: url(images/backgroundimage.jpg);
        background-attachment: fixed;
        background-position: center top;
	}

#page {
	background-image: url(images/contentimage.jpg);
        background-position: center top;
        margin: 0px auto;
	}

#header {
	background-image: url(images/headerimage.jpg);
        background-position: center top;
       }

#header h1 {
	font-size: 3em;
	}

#nav {
	background-image: url(images/navimage.jpg);
        background-position: center top;
        }

#footer {
	background-image: url(images/navimage.jpg);
	background-position: center top;
        font-weight: bold;
        border-top: 1px solid;
	}

h6 {
	background-color: white;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	}