body{
	margin:0;
	padding:0;
	background-color:#f8f8f8;
	overflow-X:hidden;
}

body p, img, div, ul, li, span, h1, h2, h3, h4{
	margin:0px;
	padding:0px;
}

#header{
	width:100%;
	height:160px;
	background:url(../img/headerBG.jpg) repeat-x;
}

#header div{
	width:1016px;
	height:16px;
	margin:0 auto;
	position:relative;
	padding-top:121px;
	/*border:1px solid blue;*/
}

#header div p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	font-style:italic;
	color:#e2001a;
	text-align:center;
}

#header div img{
	position:absolute;
	top:4px;
	left:380px;
}	

#content{
	width:849px;
	/*height:394px;*/
	margin:0 auto;
	margin-top:60px;
	background:url(../img/contentBG.gif) no-repeat;
	margin-bottom:30px;
}

#download {
margin-left:auto;
margin-right:auto;
text-align:center;
margin-bottom:100px;
background:#FFFFFF;
display:block;
width:855px;
border:1px solid #EBE7E8;
}

.contentInfos{
	width:227px;
	height:132px;
	background:url(../img/txtBG.jpg) no-repeat;
	float:left;
}

#content div div{
	width:207px;
	margin:0 auto;
	padding-top:25px;
}

#content div div p{
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
	font-weight:bold;
	font-style:italic;
	line-height:20px;
	text-align:center;
}

#content div div p span{
	color:#e2001a;
}

#middleInfos, #rightInfos{
	margin-left:84px;
}

.imgMargin{
	margin-right:80px;
}

#footer{
	position:fixed;
	width:100%;
	overflow:hidden;
	left:0px;
	bottom:0px;
	background:url(../img/footerBG.jpg) bottom repeat-x;
	height:105px;
}

#footerInfos{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#FFF;
	text-align:center;
	margin-top:25px;
}

#footerInfos span{
	color:#ebe7e8;
	font-style:italic;
}

#footerInfos a, #footerInfos a:visited{
	text-decoration:underline;
	color:#FFF;
}

#footerInfos a:hover{
	text-decoration:none;
}

.infosSoc{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	font-weight:bold;
	text-align:center;
}

#byDotcom{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:italic;
	font-weight:bold;
	color:#000;
	float:right;
	margin-right:10px;
	/*border:1px solid #fff;*/
}

#byDotcom a, #byDotcom a:visited{
	color:#000;
	text-decoration:underline;
}

#byDotcom a:hover{
	text-decoration:none;
}
