*{  
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
}

body {
    position: relative;  
    background-repeat: repeat-xy;
    background-color: black;
    background-attachment: fixed;
    text-align: center;  
    font-size: 12px;  
}

div.column {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}

.green {
    color: #89a600;
}

a, a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

strong {
    font-weight: 700;
    color: #89a600;
}

div#top-bar {
    position: relative;
    height: 39px;
    padding-bottom: 1px;
    border-bottom: 1px solid white;
    width: 100%;
    text-align: center;
    background: url("images/topbar-green.png")
}

    div#top-bar-inner {
        height: 100%;
        padding-top: 3px;
        text-align: left;
    }

    div#top-bar-inner > h1 {
        font-size: 24px;
        font-weight: 300;
        border-left: 0;
    }

div#baner {
    height: 259px;
    background: url("images/baner-eyes.gif");
    border-left: 1px;
    border-right: 1px;
    border-top: 0;
    border-bottom: 1px;
    border-color: white;
    border-style: solid;
    padding-bottom: 1px;
}

div#main {
    background-image: url("images/bg-tile-black.jpg");
    heig ht: 100%;
    border-left: 1px;
    border-right: 1px;
    border-top: 0;
    border-bottom: 1px;
    border-color: white;
    border-style: solid;
    padding-top: 100px;
    padding-bottom: 100px;
}

    div.headline {
        color: white;
        font-size: 24px;
        font-weight: 400;
    }

    div.headline > a, div.headline > a:visited {
        color: white;
    }

    div.headline strong > a, div.headline strong > a:visited {
        color: #89a600;
    }
    
    div.bio {
      color: white;
      width: 745px;
      margin-top: 20px;
      margin-left: auto;
      margin-right: auto;
      font-size: 12px;
      font-weight: 300;
      text-align: justify;
    }
    
    div.bio a, div.bio a:visited {
        color: #89a600;
    }

    div.bio strong > a, div.bio strong > a:visited {
        color: #89a600;
    }