@charset "utf-8";
/* CSS Document */

body {
	background-color:transparent;
	font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
	width: auto;
	height: 650px;
	min-width: 470px;
	padding-left:2%;
    padding-right:2%;
}

#logo {
	height: auto%;
	width: 95%;
	background-image: url(logga.jpg);
    background-repeat: no-repeat;
	background-position:center;
    min-width: 300px;
    min-height: 300px;	
}

#box1 {
	height: auto%;
	width: 95%;
}

#box2{
	height: auto%;
	width: 95%;
}

#box3 {
	height: 30%;
	width: 95%;
}

#copyright {
	height: auto;
	width: 95%;
}

h2 {
	background: #5e1461;
	text-align: center;
	padding: 2%; 
	color: #ffffff;
	border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
