body {
text-align:center;
font-family: Verdana, Arial;
background-color: #1e1a11;
margin-top: 0px;
background-image: url("images/back.jpg");
background-repeat: repeat-x;
}
#container_home {
position: relative;
margin: 0px auto;
width: 750px;
height: 750px;
background-image: url("images/home.jpg") ;
background-repeat: repeat-x;
border: #3C3C3C solid 1px ;
}
#container_page {
position: relative;
margin: 0px auto;
width: 750px;
height: 750px;
background-image: url("images/page.jpg") ;
background-repeat: repeat-x;
border: #3C3C3C solid 1px ;
}
#contact {
float: right;
margin-top: 90px;
margin-right: 20px;
text-align: left;
color: #000000;
font-size: 9pt;
}
#menu {
position: absolute;
float: left;
width: 500px;
height: 30px;
top: 275px;
left: 200px;
color: #CC99FF;
font-size: 9pt;
font-weight: bold;
text-align: left;
border: #ffffff solid 0px ;
}

a:link		{color:white; font-size: 9pt; }
a:visited	{color:white; font-size: 9pt; }
a:active	{color:white; font-size: 9pt; font-weight: bold; }
a:hover		{color:#CC99FF; font-size: 9pt; }
a			{text-decoration:none}

#blok {
position: absolute;
float: left;
height: 385px;
width: 500px;
top: 320px;
left: 200px;
text-align: left;
font-size: 8pt;
}


h1 { color:#CC99FF; font-family: Verdana, Arial; font-size: 13pt;  }
p, ul, table { font-family: Verdana, Arial; font-size: 9pt; color: white;  }
hr { border: 1px solid #FFFFFF; }

ul {
display: list-item;
margin: 0 0 0 17px;
}

td { vertical-align: top;}