body {
   margin: 0px;
   height: 100%;
   font-family: Georgia, Times, serif;
   font-size: 12px;
   font-weight: normal;
   line-height: 18px;
   color: #fff;
   background: url(../images/bg.jpg) top left fixed no-repeat;
}

.menu {
   position: fixed;
   top: 0px;
   width: 300px;
   height: 550px;
   color: white;
   margin: 0 0 0 0;
}

.inner {
   width: 80px;
   padding: 354px 0 0 120px;
}

.inner div {
   height: 56px;
}

.content {
   position: static;
   width: 400px;
   margin: 0 0 0 300px;
   padding: 250px 0 0 0;
}

.work {
   margin: 0 0 30px 0;
}

h1 {
   font-family: Georgia, Times, serif;
   font-size: 15px;
   font-weight: normal;
   font-style: italic;
   line-height: 18px;
   color: #fff;
   margin: 0;
   padding: 0;
}

a:link, a:active, a:visited, a:hover {
   font-family: Georgia, Times, serif;
   font-size: 12px;
   font-weight: bold;
   line-height: 18px;
   color: #fff;
   text-decoration: none;
}

a:hover {
   text-decoration: underline;
}

a.nav:link, a.nav:active, a.nav:visited, a.nav:hover {
   font-family: Georgia, Times, serif;
   font-size: 15px;
   font-weight: normal;
   font-style: italic;
   line-height: 18px;
   color: #fff;
   text-decoration: none;
}

a.nav:hover {
   color: #999;
}
