@charset "utf-8";
/* CSS Style Document */

html, body {
background: #191919 url(../images/background.jpg) top center no-repeat;
height: 100%;
font: 85% "Trebuchet MS", sans-serif;
color: #a5a5a5;
}

div#global {
min-height: 100%;
width: 875px;
padding: 0 10px;
margin: 0 auto;
position: relative;
}

div#center {
height: 100%;
padding-bottom: 50px;
overflow: auto;
background: transparent url(../images/footer.jpg) center bottom no-repeat;
}

div#footer {
position: absolute;
width: 100%;
height: 26px;
bottom: 0;
left: 0;
background: #262626;
color: #e7e7e6;
}

div#sidebar {
float: left;
width: 320px;
}

div#content {
float: right;
width: 555px;
}

div#header {
color: #191919;
height: 130px;
text-align: right;
}

div#sidebar h3, div#footer p, div#sidebar p  {
padding: 5px 10px 5px 10px;
}

div#content {
float: right;
width: 545px;
margin-left: 10px;
}

div#content p {
margin-left: 10px;
}

div#sidebar p {
margin-left: -10px;
}

div#sidebar h3 {
font-size: 1.1em;
margin-left: -10px;
}

div#content h2 {
color: #d9d9d8;
font-size: 1.5em;
margin-left: 10px;
}

div#footer p {
margin: 2px 0;
font-size: 0.9em;
}

a {
color: #bacf00;
text-decoration: none;
}

a:hover {
color: #bacf00;
text-decoration: underline;
}

div#btn_top {
position: fixed;
bottom: 30px;
right: 0;
width: 39px;
height: 18px;
}


