* {
margin:0;
padding:0;
}

body {
background-image:url('images/front_bg.png');
background-repeat:repeat-x;
background-position:top;
}

h1.logo {
background-image:url('images/front_logo.png');
background-repeat:no-repeat;
background-position:left top;
width:652px;
height:300px;
margin:auto;
text-indent:-5000px;
}

div.buttons {
 width:650px;
 margin:-100px auto 0 auto;
}

div.buttons a {
 display:block;
 background-repeat:no-repeat;
 background-position:left top;
 width:306px;
 height:366px;
 text-indent:-5000px;
 float:left;
 margin-right:10px;
}
a.privat {
 background-image:url('images/front_privat.png');
}

a.bedrift {
 background-image:url('images/front_bedrift.png');
}


