html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background-color: #222222;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #838181;
}

#header-bg {
	background: url('/images/head_bg.gif') repeat-x;
	height: 217px;
}

#lang {
	float: right;
	margin-top: 200px;
}

#header-global {
	width: 990px;
	margin: 0 auto;
}

h1#logo {
	float: left;
	width: 152px;
	height: 217px;
	text-indent: -9999px;
	background: url('/images/mb-logo.gif') no-repeat;
	margin: 0;
	padding: 0;
}

h1#logo a {
	display: block;
	width: 152px;
	height: 242px;
}

#footer {
	width: 990px;
	margin: 0 auto;
	padding: 35px 0 0 0;
}

.white_text_14 {
	font-size: 14x;
	color: #fff;
}

.white_text_big {
	font-size: 80px;
	color: #fff;
}

.pink_text_24 {
	font-size: 24px;
	color: #ec006e;
}

.pink_text_22 {
	font-size: 22px;
	color: #ec006e;
}

a.open_flash:link, a.open_flash:visited {
	display: block;
	color: #ec006e;
	font-size: 24px;
	line-height: 25px;
	text-decoration: none;
	background: url('/images/white-arrow.gif') no-repeat 0 5px;
	padding: 0 0 0 45px;
	height: 52px;
	width: auto;
}

a.open_flash:hover {
	color: #838181;
}

.local_text{
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	padding: 0 0 0 45px;
	width: auto;
	margin: 25px 0 0 0;
}

a.open_html:link, a.open_html:visited {
	display: block;
	color: #838181;
	font-size: 12px;
	text-decoration: none;
	padding: 0 0 0 45px;
	width: auto;
	margin: 25px 0 0 0;
}

a.open_html:hover {
	color: #fff;
}

a.whiteLink:link, a.whiteLink:visited {
	color: #fff;
	text-decoration: none;
}

a.whiteLink:hover {
	color: #838181;
	text-decoration: none;
}