* {
    padding: 0;
    margin: 0;
} 

body {
background: #000;
font:"Times New Roman";
font-size: 14px;
line-height: 18px;
color: #000;
text-align:center
}

img { border: none; }
a {color:#000099; text-decoration: none;}
a:hover { text-decoration: none; color:#666666; }

#wrap {
margin: 10px auto 0px auto;
}

.left {
width: 170px;
float: left;
border: 5px solid #222;
font-size: 12px;
padding: 10px;
background: #CCCCCC;
}

.center {
margin: 0px auto 0px auto;
text-align: justify;
border: 5px solid #222;
font-weight: bold;
padding: 10px;
background: #CCCCCC;
}
.center .title {padding-top:30px; text-align:center}

.right {
width: 700px;
float: right;
text-align: justify;
border: 5px solid #222;
padding: 10px;
background: #CCCCCC;
}

.tekst {
font-size:14px;
font-weight:bold;
text-align:justify
}

#footer {
margin-top: 10px;
text-align: center;
color: #eee;
font-size: 13px;
border: 5px solid #222;
padding: 10px;
background: #333;
font-weight:normal
}
