html, body {
background-color:#698e41;
font-family:georgia;
height:100%;
width:95%;
font-size: 9pt;
background-image: url('bramberk.png');
background-position: left bottom;
background-attachment:fixed;
background-repeat: no-repeat;

}

h1 {
color:silver;
font-size:20px;
letter-spacing:1px;
text-shadow:2px 2px 5px black;
margin-top:20px;
}

h2 {
color:silver;
font-size:15px;
letter-spacing:0px;
text-shadow:2px 2px 5px black;
margin-top:20px;
}


h3 {
margin:20px 0 0;
}
p {
padding:0px;
}
a {
border-bottom:1px dashed silver;
color:Silver;
text-decoration:none;
}
a:hover {
border-bottom:1px solid silver;
}

hr {
border-bottom:1px dashed silver;
color:Silver;
}

#text {
font-size:16px;
padding:10px;
}
#text ul {
padding:0 30px;
}
#text ul li {
list-style-image:url(flake.png);
list-style-position:outside;
list-style-type:circle;
}
#main {
width: 500px;
margin: auto;
text-align: center;
}

#main_frame {
margin:auto;
width:768px;
}
#header_menu {
float:right;
}
#header_menu ul {
list-style-position:outside;
list-style-type:none;
}
#header_menu ul li {
display:inline;
float:right;
margin-left:12px;
}
#header_menu ul li a {
color:white;
font-size:12px;
}
#text_body {
float:left;
padding:0 10px;
}
