@charset "UTF-8";
body {
	margin:0px; 
	padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	min-width:100%;
	background: none;
    text-align:center; /* Hack for IE5/Win */
}
#content {
	width:882px;
/*	min-height:737px; To keep the page look like flyer */ 
	margin:6% auto; /* Top margin is 6% to make illusion of centering and right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	background-image:url(images/bg92.png); /* Transparent content */
	/* overflow:auto; Scrolls to contet */
	overflow:hidden;
	position: relative; 
	z-index: 2; /* Send background imatge to background */
	}
li, ul { /* To the same line */
	margin: 0; padding: 0;
	}
#main, #breadcrumb, #header-logoarea, #content h1, #content h3 span { 
	margin-left: 40px;
	}
#footer #en { 
	width:609px;
	margin: 0; padding: 0;
	margin-left: 198px;
	margin-bottom:0px; 
	background: transparent;
	}
#footer div.footer-container { 
	border-top: 1px solid #948c83; }
#main-center { /* Content */
	width: 405px
}
img, img a { border: none; }
#header-logoarea {
	margin-top: 20px;
}
#header-logoarea-right { 
	margin:0px;
	padding:0px; 
}
#header-logoarea-right img, #header-logoarea-right a { 
	float:right; 
	margin-top:12px;
	margin-right:20px; 
}
#content h1 span { 
	font-size:250%; 
	line-height:90%; 
	color: #00b0ca 
}
#footer div.footer-container {
	font-size: 0.8em;
	padding: 0 0 13px 0;
	margin: 0;
}
/* Background image */
#bg {
        position:fixed;
        top:-50%;
        left:-50%;
        width:200%;
        height:200%;
}
#bg img {
        position:absolute;
        top:0;
        left:0;
        right:0;
        bottom:0;
        margin:auto;
        min-width:50%;
        min-height:50%;
}