body {
     font-family:arial, sans serif;
     color:#8c8c8c;
     font-weight:bold;
     font-size:24px;;
     background: #000000 url("http://vnovak.com/images/1starsbak.gif");
     background-attachment: fixed;
      
}
.container {
           max-width:900px;
           height:100%;
           margin:0 auto;
}
h1 {
     text-align:center;
     color:#8c8c8c
}
.title {
     text-align:center;
}
a:link {
    text-decoration: none;
    color:#C0C000;
}
a:visited {
    color: green;
}
a:hover {
    color: hotpink;
}
 img {
max-width:100%;
}
.footer {
            color:green;
            font-size:16px;
            text-align:center;
}