body {
	font-family: Arial, Helvetica, sans-serif;
	
	background-image: url( 'http://us.is/scripts/WebObjects.dll/US.woa/swdocument/3433/forsida_bg.jpg' );
	background-repeat: repeat-x;
	background-color: rgb( 245, 245, 245 );

	text-align: center;
	margin: 0px;
	padding: 0px;

}

#footer {
	font-size: 10px;
	color: rgb( 80, 80, 80 );

	text-align: center;

	background-image: url( 'http://us.is/scripts/WebObjects.dll/US.woa/swdocument/3429/footer_bg.png' );
	background-repeat: no-repeat;
	background-position: bottom center;

	padding: 10px;
	line-height: 14px;
	margin-top: 40px;
}

#footer A {
	color: rgb( 80, 80, 80 );
}