
@charset "UTF-8";
/* CSS Document */

#container_general{
	width:1400px;
	position:relative;
	left:50%;
	margin-left:-700px;
	top:0px;
	padding-top:100px;
}
	


#menu{
	width:1400px;
	position:relative;
	left:50%;
	margin-left:-700px;
}	



#caroussel_container{
	width:100%;
	height:300px;
	position:relative;
	
	margin-bottom:10px;
	
	background-color:#000;
	
	z-index:2;
	overflow:hidden;
	
}


	



#footer_container{
	
	table-layout:fixed;
	width:1400px;
	left:50%;
	margin-left:-700px;
	padding:0px;
	border-spacing:0px;
	}
