/* CSS Document */

body {
    background: white url(images/buttons-margin.png) left top repeat-y;
    color: #979898;
}

section {
    margin-left: 250px;
    margin-top: 200px;
}

h1 {
    text-align: right;
    text-transform: uppercase;
    margin-top: 100px;
    margin-right: 50px;
    padding-top: 40px;
    padding-right: 100px;
    letter-spacing: 0.5em;
    height: 90px;
    background: url(images/buttons-logo.png) right 50% no-repeat;
    font-family: "Gill Sans", Helvetica, arial, verdana, sans-serif;
}

p {
    font-family: Helvetica, arial, verdana, sans-serif;
    font-size: 1.2em;
}

a:link, a:visited {
    color: #979898;
    text-decoration: none;
}

a:hover {
    border-bottom: 1px solid #979898;
}