@charset "UTF-8";


html, body {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

a {
	text-transform: uppercase;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}

img, video {
	border: 0 none;
}

video {
	cursor: pointer;
}



body {
	background: #ffffff;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	height: 100%;
	width: 100%;
}

#isscript-holder {
	visibility: hidden;
}

#noscript-holder,
#ie6-holder {
	width: 952px;
	margin: 0 auto;
	text-align: center;
	margin-top: 50px;
}

	#ie6-holder {
		display: none;
	}


#wrapper {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 100;
	overflow: auto;
	
}


div#backgroundImage {
	position: absolute;
	width: 100%;
	height: 100%;
    top: 0;
    left: 0;
}

	div#backgroundImage img {
		width: 100%;
	}


#select-language {
	font-size: 12px;
	text-transform: uppercase;
	right: 0;
    position: absolute;
    top: 120px;
}


	#select-language span {
		font-weight: bold;
	}

	#select-language a {
		font-size: 12px;
		text-transform: uppercase;
		font-weight: normal;
	}

div#content {
	margin: 0 auto;
    width: 952px;
    overflow: hidden;
    position: relative;
}

#logo {
	margin: 57px 0 14px;
}






#topContent {
	width: 952px;
	height: 376px;
	margin: 0 0 72px;
}

	#topContent div.text {
		float: left;
		width: 290px;
		padding: 0 12px 0 2px;
	}

		#topContent div p {
			margin: 0 0 18px;
		}

#topContentMedia {
	width: 638px;
	float: right;
	background-color: #000000;
}

#bottomContent {
	width: 960px;
}

	#bottomContent div.text {
		width: 313px;
		float: left;
		margin: 0 7px 20px 0;
	}

		#bottomContent div p {
			padding: 0 5px;
		}





.clear {
	clear: both;
}