body {
padding: 0;margin: 0;
font-family: Arial, Helvetica, san-serif;
font-size: 85%;
background-color: #f5f5f5;
text-align: center;
}

#wrapper {
position: relative;
margin: auto;
width: 100%;
}

a {
text-decoration: none;
}

#gfx {
position: relative;
width: 977px;
margin: auto;
height: 424px;
margin-top: 5%;
background:transparent URL(../medias2/bg.png) no-repeat top left;
}

#img_holder {
position: absolute;
top:13px;
left: 14px;
width: 947px;
height: 395px;
background:transparent URl(../medias2/gfx.jpg) no-repeat top left;
}

#logo {
position: absolute;
top: 180px;
left: 14px;
}

#infos {
position: relative;
width: 977px;
height: 100px;
/*border: 1px solid #cecece;*/
margin: auto;
}

#infos_2 {
text-align: left;
padding-left: 20px;
font-size: 11px;
width: 450px;
}

h1 {
padding: 0;margin: 0;
font-size: 1em;
text-transform: uppercase;
}

#infos_3 {
text-align: left;
position: relative;
margin-left: 20px;
width: 940px;
height: 20px;
border-top:1px solid #cecece;
border-bottom:1px solid #cecece;
}

	#infos_3 p {
	margin-top:4px;
	}
	#infos_3 p, #infos_3 a {
	font-size: 9px;
	color: #666;
	}
