/* Global */
html {
margin: 0px;
padding: 0px;
width: 100%;
height: 100%;
font-family: Tahoma;
font-size: 10px;
color: #635651;
text-align: center;
background-color: #1f0900;
background-image: url('public/images/bg_main.gif');
}
body {
margin: 0px;
padding: 0px;
width: 100%;
height: 878px;
background-image: url('public/images/bg_main_top.gif');
background-repeat: repeat-x;
background-position: top;
text-align: center;
}
div#container {
width: 885px;
height: 878px;
margin: auto;
text-align: justify;
}
tekst {
font-family: Tahoma;
font-size: 11px;
margin: 10px;
padding: 10px;
color: #91867F;
text-align: justify;
}
h1, h2, h3 {
display: inline;
font-size: 10px;
}
p.red {
color: #ad2222;
}
