* {
	margin:0;
	padding:0;
}
body {
	
}
a {
	outline:none;
}
div#wrapper{
	text-align: center;
	width: 100%;
	padding: 30px 0 0 0;
}
div#entre_top {
	background: url('../images/structure/entre_top.gif') no-repeat;
	height: 15px;
	width: 1000px;
	margin: 0 auto;
}
div#entre_container {
	border: 1px solid #b8b8b8;
	border-top: 0;
	border-bottom: 0;
	width: 998px;
	margin: 0 auto;
}
div#entre_header {
	background: url('../images/structure/entre_header.gif') no-repeat;
	height:459px;
	position: relative;
}
	div#header_content {
		margin: 0 0 0 100px;
		bottom: 0px;
		width: 608px;
		text-align: left;
		position: absolute;
		left:0;
		bottom:0;
	}
	div#header_content h2 {
		font-family: Georgia;
		margin-bottom:5px;
		font-weight: 100;
		color:#999;
	}
	div#header_content p {
		font-family: Georgia;
		font-weight: 100;
		line-height:20px;
		color:#999;
	}

div#entre_content {
	margin: 20px 0 0 100px;
	padding-bottom: 120px;
	text-align:left;
}
	div#entre_content img {
		margin-right: 50px;
		border: none;
	}
div#entre_bottom {
	background: url('../images/structure/entre_bottom.gif') no-repeat;
	height: 15px;
	width: 1000px;
	margin: 0 auto;
}
