body {
    font-family: Comic sans ms, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #371c15;
    background-color: #190c06;
    text-align: center; 
}

div#site {
    position: relative;
    /*top: 20px;*/
    width: 541px;
    height: 768px;
    /*margin-top: 20px;*/
    margin: 0 auto;
    /*margin-right: auto;*/
    text-align: left;
}

div#header{    
    position: absolute;
    left: 0px;
    top: 0px;
    width: 541px;
    height: 238px;
    background: url("main_header.jpg") no-repeat;
}
div#zap{
	position: relative;
	margin: 130px 0px 0px 280px;
}

div#tekst{
    position: absolute;
    left: 180px;
    top: 238px;
    width: 361px;
    height: 312px;
    background: url("main_tekst.jpg") no-repeat;
}

div#menu {
    position: absolute;
    left: 0px;
    top: 238px;
    width: 180px;
    height: 312px;
    background: url("main_menu.jpg") no-repeat;
}

div#footer{
    position: absolute;
    left: 0px;
    top: 550px;
    width: 541px;
    height: 218px;
    background: url("main_footer.jpg") no-repeat;
	/*padding: 192px 0px 0px 2px;*/
}

font#menu {
	font-family: Monotype Corsiva;
	font-size: 21px;
}

font#tekst {
	font-family: Monotype Corsiva;
	font-size: 35px;
	color: #ffffff;
}

p#tekst {
	text-align: justify;
	/*padding: 230px 0px 0px 530px;*/
}

p#foot{
	padding: 192px 0px 0px 2px;
}

ul, ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

a:link{
	text-decoration: none;
	color: #be895d;
} 

a:visited{
	text-decoration: none;
	color: #be895d;
}

a:hover{
	color: #ffffff;
	text-decoration: none;
}
