@charset "utf-8";

.oneColElsCtr #container {
	width: 960px;
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	
}
.oneColElsCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

	html, body
	{
		height: 100%;
		margin: 0;
		padding: 0;
	}
	
	body
	{
		background: #b3b4b7;
		text-align: center;
	}   
	
	h1
	{
	font-family: Arial, Helvetica, sans-serif;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
	color: #d9d9d9;
	text-transform: uppercase;
	font-size: 54px;
	margin-top: 7px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0;
	font-style: italic;
	text-align: right;
	}

	h1 a {
	color: #d9d9d9;
	text-decoration: none;
		
	}
	
	h1 a:hover {}
	h1 a:visited {}
	
	/* --------------------------- */
	
	body:before 
	{
	content: "";
	position: fixed;
	top: -10px;
	left: 0;
	width: 100%;
	height: 10px;
	z-index: 100;
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
	box-shadow: 0px 0px 10px rgba(0,0,0,.8);
	background-image: url(../images/ficmec-bg.gif);
	background-repeat: repeat;
	}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFF;
	background-image: url(../images/ficmec-bg.gif);
	background-repeat: repeat;
	margin-top: -60px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
	/* --------------------------- */
	
	#box 
	{
	position: relative;
	width: 960px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: rgba(0,0,0, .8);
	text-shadow: 0 1px 0 #fff;
	line-height: 1.5;
	background-color: #fff;
	background-repeat: repeat;
	margin-top: 60px;
	margin-right: auto;
	margin-bottom: 60px;
	margin-left: auto;
	background-image: url(../images/inside-bg.gif);
	padding: 0em;
	height: 900px;
	}


	#box:before, #box:after 
	{
	  z-index: -1; 
	  position: absolute; 
	  content: "";
	  bottom: 15px;
	  left: 10px;
	  width: 50%; 
	  top: 80%;
	  max-width:300px;
	  background: rgba(0, 0, 0, 0.7); 
	  -webkit-box-shadow: 0 15px 10px rgba(0,0,0, 0.7);   
	  -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
	  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
	  -webkit-transform: rotate(-3deg);    
	  -moz-transform: rotate(-3deg);   
	  -o-transform: rotate(-3deg);
	  -ms-transform: rotate(-3deg);
	  transform: rotate(-3deg);
	}

	#box:after 
	{
	  -webkit-transform: rotate(3deg);
	  -moz-transform: rotate(3deg);
	  -o-transform: rotate(3deg);
	  -ms-transform: rotate(3deg);
	  transform: rotate(3deg);
	  right: 10px;
	  left: auto;
	}
.clearboth {
	clear:both;
	height: 10px;
}
.menuButton {
	height: 90px;
	width: 470px;
	background-color: #FFF;
	float: right;
}
#intro
{
	width:470px;
	height: 505px;
	background-color: #FFF;
	float: left;
	}

#sponsors
{
	width:960px;
	height: 150px;
	background-color: #FFF;
	float: left;
	}
#language
{
	background-color: #FFF;
	text-align: right;
	padding-right: 22px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	
	}

#language a {
	color: #333;
	text-decoration: none;
	font-weight: bold;
		
	}
	
#language a:hover {
	text-decoration: underline;
}
#language a:visited {}

.h-15 {
	height:14px;
	width: 100px;
	float: left;
}
