body {
    margin:0;
    padding:0;
    font-family: 'helvetica', arial, sans-serif;
    font-size: 13px;
}

img.bg {
    min-height: 100%;
    min-width: 1024px;
    width: 100%;
    height: auto;
    position: fixed;
    z-index: -999;
    top:0;
    left: 0;
}
@media screen and (max-width: 1024px) {
    img.bg {
        left: 50%;
        margin-left: -512px;
    }
}

.wrapper {
    margin: 80px 20px 0 20px;
    width: 600px;
    padding: 20px;
    position: relative;
}

.content {
    margin-right: 250px;
}
.sidebar {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 200px;
}
ul.navigation {
    margin: 0;
    padding: 0;
}
ul.navigation li {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.navigation li a {
    padding: 6px 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    background: #e7141d;
    color: #ffffff;
    text-decoration: none;
    display: block;
    margin-bottom: 1px;
    text-align: right;
    font-weight: bold;
    text-transform: uppercase;
}
ul.navigation li a:hover {
    background: #b60e15;
}

.content a {
    color: #e7141d;
}

.content,
.sidebar {
    color: #5b5b5b;
}


.content h1 {
    font-weight: 400;
    font-size: 26px;
    color: #e7141d;
}
.content h2 {
    font-weight: 700;
    font-size: 13px;
    color: #000000;
}
.content blockquote {
    border: 3px solid #e7141d;
    margin: 1em 0;
    padding: 15px;
    color: #000000;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}


.sidebar h2 {
    padding-top: 15px;
    margin-bottom: 0;
    line-height: 0;
    font-weight: 400;
}
.sidebar h3 {
    font-weight: 400;
    font-size: 13px;
}


.canvas {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #ffffff;
    z-index: -100;
    filter:alpha(opacity=70);
    opacity:0.70;
    -moz-opacity:0.70;
    -khtml-opacity:0.70;
    -opera-opacity:0.70;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
    border: 1px solid #cccccc;
}

