/* Resetter code */
html, body, div, span, applet, object,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

body {
    font-family: arial;
    font-size: 14px;
    line-height: 25px;
    color: #515151;
}

#content {
    width: 1021px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

#leftcol {
    float: left;
    width: 500px;
    padding-right: 10px;
    border-right: solid 1px #515151;
    min-height: 1500px;
}
#rightcol {
    float: right;
    width: 500px;
    padding-left: 10px;
    min-height: 1500px;
}

h1 {
    font-size: 20px;
    border-bottom: 1px solid #515151;
}

h2 {
    font-size: 14px;
    background-color: #EEE;
    border-bottom: solid 1px #DDD;
    padding-left: 5px;
    font-weight: bold;
    margin-top: 10px;
}

canvas {
    border: 1px solid #515151;
}

#backlinkdiv {
    position: absolute;
    left: 10px;
    top: 10px;
}