body {
    color: #414141;
    font-family: Verdana, Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: normal;
    font-size: 16px;
    padding: 0;
    background: #eee url("img/brushed_alu_dark.png") repeat top left;
}

.wrapper {
    width: 70%;
    max-width: 400px;
    margin: 0 auto;
    border: none;
    background: url("img/bg1.jpg") repeat top left;
    margin-top: 50px;
    border-radius: 25px;
}

h1 {
    text-align: center;
    margin-bottom:10px;
    font-size: 1.7rem;
    padding: 10px;
    border-bottom: 3px solid #7f7f7f;
    background: darkgreen;
    color: #ddd;
    border-radius: 25px 25px 0 0;
}
p {
    padding: 10px 20px;
    line-height: 1.5;
}
a {
    color: darkgreen;
    text-decoration: none;
    border-bottom: 1px dashed darkgreen;
}
a:hover {
    color: darkred;
    text-decoration: none;
    border-bottom: 1px solid darkred;
}

.contact { text-align: center;  font-size: smaller; }
.nowrap { white-space: nowrap; }