@charset "UTF-8";

* {
    outline: 0;
    vertical-align: baseline;
    font-family: Verdana, Arial, Tahoma, sans-serif;
}

*:focus {
    outline: 0;
}

a {
    text-decoration: none;
}

a:link,
a:visited {
    color: #8ECBF7;
}

a.active,
a:hover,
a:focus {
    color: #1A1307;
}

body {
    margin: 0;
    min-width: 960px;
    height: 100%;
    font-size: 11px;
    background: #1A1307 url(/_assets/images/background.jpg) no-repeat fixed top center;
    color: #FFFFFF;
}

h1,
h2,
h3,
h4 {
    margin: 0;
    font-size: 11px;
    line-height: 1;
    color: #FFFFFF;
}

h2 {
    margin-bottom: 6px;
    font-size: 18px;
}

h3 {
    margin-bottom: 11px;
}

h4 {
    font-weight: normal;
}

html {
    height: 100%;
}

img {
    border: 0;
}

p {
    margin: 0 0 18px 0;
    line-height: 1.5;
}

div#body {
    position: relative;
    margin: 0 auto;
    min-height: 100%;
    height: auto !important;
    width: 872px;
    height: 100%;
    background: #1A1307 url(/_assets/images/texture.jpg);
}

div#head,
object#head {
    height: 126px;
    min-height: 126px;
}

div#main {
    padding: 0px 6px 121px 6px;
}

div#foot {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 6px;
    width: 860px;
    text-align: center;
    background: transparent url(/_assets/images/overlay.jpg);
    color: #8ECBF7;
}

div#foot div.title {
    padding: 6px;
    background: transparent url(/_assets/images/title.png);
}

div#foot div.content {
    border: 1px solid #3D3A32;
}

div#foot div {
    padding-bottom: 2px;
}

div#foot div.menu {
    padding: 3px 0 5px 0;
}

div#foot div.menu ul {
    margin: 0;
    padding: 0;
}

div#foot div.menu li {
	display: inline;
}

div#foot a:link,
div#foot a:visited {
    color: #FFFFFF;
}

div#foot a.active,
div#foot a:hover,
div#foot a:focus {
    color: #1A1307;
}

div#foot div.copyright a {
    display: block;
    margin: 7px auto 3px auto;
    width: 155px;
    height: 47px;
    text-indent: -9999px;
    overflow: hidden;
    background: transparent url(/_assets/images/bonnier.png) no-repeat;
}