body {
	font: 62.5% Arial, Verdana, Helvetica, Sans-Serif;
	color: #fff;
	margin: 0;
	padding: 0;
	background: #000;
	}

#horizon {
	background-color: transparent;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	margin-top: -310px;
	background: #000;
	text-align: center;
	min-width: 1000px; 
	}
	  
#lang {
	position: relative;
	width: 980px;
	height: 20px;
	margin: 0 auto;
	padding: 0;
	text-align: right;
	}

#wrapper {
	position: relative;
	width: 980px;
	height: 560px;
	margin: 0 auto;
	padding: 0;
	background: #000  url('../images/mauss_back_en.jpg') center no-repeat;
	border: 5px solid #fff;
	text-align: center;
	}

#content-wrapper {
	position: absolute;
	left: 0;
	top: 72px;
	height: 488px;
	width: 980px;
	}

#content {
	margin: 0;
	text-align: center;
	}

#copy {
	position: relative;
	width: 980px;
	height: 20px;
	margin: 0 auto;
	padding: 0;
	text-align: right;
	}

p {
	font-size: 1.3em;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 15px;
	padding: 0;
	}

#lang p {
	font-size: 1.3em;
	font-weight: normal;
	color: #fff;
	margin-right: 10px;
	}

#copy p {
	font-size: 1.1em;
	font-weight: bold;
	color: #333;
	margin-top: 5px;
	margin-right: 10px;
	}

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

#lang a {
	color: #777;
	text-decoration: none;
	}

#copy a {
	color: #333;
	text-decoration: none;
	}

img {
	border: 0;
	margin: 0
	padding: 0
	}
