

html {
        background: url(images/bg.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
}
a {
  color: #666666;
  text-decoration: none;
  font-size:10px
}
a:hover {
  color: #666666;
  text-decoration: underline;
}

#logo{ position: absolute; top:30px; left:3px; z-index:250;}
#footer{ position:fixed;bottom:0px; width:100%; text-align:center; z-index:300; }
#content{ position:relativ; margin:0 auto; width: 905px; margin-top:100px; z-index:400; }

