html{
            height:100%;
            font:14px arial,helvetica sans-serif;
            color:#eee;
        }
        body{
            height:100%;
            background-color:#222;
            margin:0;
            padding:0;
        }
        img{
            border:0px none transparent;
        }
        h1{
            font-family:Georgia,Times serif;
            font-style:italic;
            color:#666;
            font-size:26px;
        }
        #container{
            position:relative;
            width:100%;
            height:100%;
        }
            #content{
                width:100%;
                overflow:auto;
            }
                #page{
                    padding:50px 50px 100px 50px;
                    width:60%;
                    background-repeat:no-repeat;
                    background-position:25px 25px;
                }
            #nav{
                position:absolute;
                bottom:0;
                left:0;
                width:100%;
                min-width:900px;
            }
                #nav-shadow{
                    height:100px;
                    width:100%;
                    background-image:url(/images/fade.png);
                }
                #nav-body{
                    height:100px;
                    width:100%;
                    background-image:url(/images/footerbg.jpg);
                    border-top:1px solid #000;
                    overflow:hidden;
                }
                #logo, #menu{
                    float:left;
                }
                #logo{
                    padding:13px;
                }
                ul#menu{
                    list-style-type:none;
                    margin:0;
                    padding:0;
                }
                ul#menu li{
                    float:left;
                }
                ul#menu li a{
                    padding:30px 30px;
                    float:left;
                }
                ul#menu li a .sub{
                    display:block;
                    margin-top:-10px;
                }
                #work .sub{
                    padding-left:15px;
                }
