*{
	margin:0;
	padding:0;
}

/*
 * Background
 */
body{
	width:100%;
	height:100%;
	background-color:#333;
	
	
}
#noscript{
	background:url('../images/noscript.png');
	height:50px;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

#infoJS{
	width:450px;
	height:50px;
	background:url('../images/warning.png') no-repeat;
	margin:0 auto;
	padding-top:15px;
	padding-left:50px;
}

#wrapper{
	margin:0 auto;
	padding-top:0px;
	width:900px;
	background-color:#333;
	
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:12px;
	font-weight:normal;
	color:#000;
	text-align:justify;
}

/*
 * area
 */
#banArea-fr{
	height:190px;
	width:100%;
	background:url('../images/ban-fr.png') no-repeat;
}

#banArea-de{
	height:190px;
	width:100%;
	background:url('../images/ban-de.png') no-repeat;
}

#banArea-it{
	height:190px;
	width:100%;
	background:url('../images/ban-it.png') no-repeat;
}
 
#menuArea{
	height:51px;
	width:100%;
}

#barArea{
	height:8px;
	width:100%;
	background:url('../images/bar2.png') no-repeat;
}

#viewArea{
	background:url('../images/view.png');
	width:100%;
}

#footerArea{
	height:30px;
	width:100%;
	background:url('../images/footer2.png') no-repeat;
	font-family:"Myriad Pro",Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:14px;
	font-weight:normal;
	color:#999;
	text-align:center;
	padding-top:15px;
}

#CopyrightArea{
	color:#999;
	text-align:center;
	padding-top:5px;
	padding-bottom:20px;
}




