@import "https://fonts.googleapis.com/css?family=Electrolize|Pontano+Sans";

html, body {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    color: #4d4d4d;
    background: #fff url('../images/bg-light.png') repeat;
}

img {vertical-align:middle;}
a img {border:none;}
.iconimg {padding-right:4px;}

a, a:link, a:visited, a:active {
    color: #289f00;
    text-decoration:none;
}
a:hover {text-decoration:underline;}

.copy {font-size: 10px;}

#wrapper {
    position: relative;
    margin: 0 auto;
    width: 180px;
    height: 100%;
}

#wrapper h1 {
    position: absolute;
    font-family: "Pontano Sans", san-serif;
    font-size: 16px;
    text-align: center;
    width: 180px;
    top: 40%;
    margin-top: -20px;
}

#wrapper img.logo {
    position: absolute;
    top: 40%;
    padding:0 auto;
    margin-top: -210px;
}

#wrapper p {
    position: absolute;
    top: 40%;
    left: 0px;
    width: 180px;
    margin-top: 30px;
    padding-top: 10px;
    font-family: "Pontano Sans", san-serif;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    line-height: 1em;
    border-top: 1px solid #858585;
}