/*//////// GENERELT ////////*/
body{
font-family: 'century gothic',Arial, Helvetica, sans-serif; 
color:#000; 
background-color:#fff; 
text-align:center; 
margin:120px 0px 0px 0px; 
padding:0px; 
}

/*//////// LAYOUT ////////*/
#container{
width:724px; 
margin:0px auto 0px auto;
position:relative; 
}
h1#tekst {
width:724px; 
font-size:24px;
position:absolute;
left:0;
top:277px;
}
h1#tekst a {
color:#099;
}
