@CHARSET "UTF-8";

html, body {
    background: #fff;
    font-family: Cursive, Geneva, Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: normal;
    height: 100%;
    width: 100%;
}

div#container {
    background: #fff;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 100%;
}

div#center {
    display: block;
    height: 680px;
    left: 50%;
    margin-left: -450px;
    margin-top: -320px;
    overflow: auto;
    position: relative;
    top: 50%;
    width: 900px;
}

div#header {
    margin: 0 0 22px 0;
    padding: 0;
}

div#header h1 {
    background: #fff url(../images/header.png) no-repeat top left;
    display: block;
    height: 154px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

div#header h1 a {
    background: transparent;
    display: block;
    height: 154px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-indent: -9999px;
    width: 100%;
}

div.scrollable {
    display: block;
    height: 500px;
    overflow: hidden;
    position: relative;
    width: 900px;
}

div.scrollable div.items {
    position: absolute;
    width: 20000em;
}

div.scrollable div.items div {
    display: block;
    height: 500px;
    float: left;
    text-align: center;
    width: 900px;
}

div.scrollable div.items div img {
    border: none;
    margin: 10px 0;
    padding: 0;
}

div#counter {
    background: #000 url(../images/co2.png) no-repeat center left;
    display: block;
    height: 178px;
    margin: 48px 0;
    padding: 0;
    position: relative;
    width: 100%;
}

div#counter h1 {
    color: #fff;
    display: block;
    font-size: 42px;
    height: 178px;
    line-height: 178px;
    padding-left: 330px;
    text-align: center;
    width: 570px;
}

div#counter p {
    bottom: 0;
    color: #aaa;
    font-family: Geneva, Cursive, Arial,Helvetica,sans-serif;
    font-size: 18px;
    left: 0;
    margin-bottom: 8px;
    padding-left: 330px;
    position: absolute;
    text-align: center;
    width: 570px;
}

div#widget {
    display: block;
    float: none !important;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 900px;
}
