* {
    margin: 0;
    padding: 0;
}

p {
    margin-bottom: 1em;
}

BODY {

    background-color: white;
    background-image: url(images/bg_page.png);

}

#mainbox {

    width: 100%;
    height: 232px;
    margin-top: 14%;
    background-image: url(images/bg_content.png);
    text-align: center;

}

img {
    margin: auto;
	border: 0;
}



#lastnedboks {

    width: 100%;
    margin-top: 1.4em;
    text-align: center;
    
}
