            html, body {
                height: 97%; width: 100%;
                padding: 0; margin: 0;
            }
            
            html {
                background-image:url(backgroundtile.png);
            }
            
            body {
                font:90% arial,sans-serif;
                text-align:center;
            }
            
            p {
                margin:0 10px 10px;
            }
            
            
            h1 {
                text-align:left;
                font-size:250%;
                margin:0 0 0 20px;
            }
            
            h2,h3,h4 {
                text-align:left;
                margin:0 0 10px 20px;
            }
            
            form {
                margin:30px 50px;
            }
            
            div.container {
                text-align:left;
                background-color:#FFF;
                width:800px;
                margin:0 auto;
            }
            
            div.wrapper {
                margin:0 auto;
                min-height: 100%;
                position:relative;
                top:3%;
            }
            
            .fixed {
                position:fixed;
                bottom:0px;
                width:100%;
                left:0;
                z-index:-1;
                -webkit-filter: grayscale(100%)
                    drop-shadow(2px 2px 0 black)
                    drop-shadow(-2px -2px 0 black);
                filter: grayscale(100%)
                    drop-shadow(2px 2px 0 black) 
                    drop-shadow(-2px -2px 0 black);
            }
            
            div.navigation {
                background-color:#f60;
                height:40px;
                line-height:80%;
                border-top:1px solid #fa9819;
                border-bottom:1px solid #dc5a03;
                margin-bottom:15px;
            }
            
            div.navigation ul.sections li {
                list-style-type:none;
                float:left;
                font-weight:600;
                font-size:30px;
                width:100%;
                text-shadow:1px 1px 1px #f79768;
                text-align:left;
                margin-left:36px;
            }
            
            div.navigation p {
                display:block;
                color:#832e03;
                height:20px;
                position:relative;
                text-decoration:none;
            }
            
            div.content p {
                line-height:1.4;
                padding:0 0 0 10px;
            }
            
            div.content {
                float:left;
                width:800px;
                margin-bottom:50px;
                margin-left:75px;
            }
            
            div.extra {
                background:#f60;
                clear:both;
                padding:5px 0 1px;
            }
            
            div.review img.img1 {
                float:right;
                margin:5px;
            }
            
            div.review img.img2 {
                float:left;
                margin:5px;
            }
            
            div.review h2 p {
                float:left;
            }
            
            div.footer {
                background:#464646;
                color:#FFF;
            }
            
            div.footer p {
                text-decoration:none;
                margin:0;
                padding:5px 10px;
            }
            
            div.navigation a:hover,div.footer a {
                color:#FFF;
            }
            