/* top level html containers */
html { height: 100%; overflow: auto; }
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background: url(../img/bg_grad_intro.jpg) top center #000 repeat-x;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 11px;
}

#menu_language * {
	z-index : 2;
}
#menu_language {
	position : absolute;
	top : 530px;
	padding-left : 40px;
	width : 100%;
	text-align : center;
}

#main_background {
	position : absolute;
	top : 0px;
	left : 0px;
	background: url(../img/bg_intro.jpg) top center transparent no-repeat;
	width : 100%;
	height: 100%;
	z-index : -1;
}

img {
	border-style : none;
}

a { color: #fff; outline: none; text-decoration : none; }