div#entire {
	background:url('../images/bg.gif');
	width:860px;
	margin:10px auto;
}

div#header {
	background:url('../images/sidhuvud.jpg');
	width:860px;
	height:211px;
	margin-bottom:0px;
}

div#flags {
	float:right;
	position:relative;
	top:190px;
	right:75px;
}
div#flags img {border:0;}

div#content {
	width:750px;
	margin:20px auto;
}

div#text {
	float:left;
	width:520px;
	margin-left:35px;
}
div#text img {
	border:3px solid #eee;
}

.puff {
	width:250px;
	float:left;
}
.puff div {
	margin-right:25px;
}

div#footer {
	height:89px;
	width:860px;
	background:url('../images/sidfot.gif');
	margin-top:50px;
}
div#footer span {
	width:860px;
	text-align:center;
	display:block;
	padding-top:10px;
	color:#777;
	font-size:11px;
}

.right {
	float:right;
	clear:right;
	margin-bottom:10px;
	margin-left:10px;
}

.left {
	float:left;
	clear:left;
	margin-bottom:10px;
	margin-right:10px;
}