/* Les Fabriques screen.css */
body {
	background:#e8ce93 url(../images/bg_pattern.jpg) no-repeat top center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#000;
}
#container {
	width:900px;
	margin:0 auto;
}
#header {
	width:900px;
	height:127px;
	padding-left:15px;
}
a#logo:link, a#logo:visited, a#logo:hover, a#logo:active {
	width:338px;
	height:127px;
	display:block;
	background: transparent url(../images/logo.png) no-repeat 0 0;
	text-indent:-999em;
}
#content_container {
	width:900px;
	height:544px;
	background:transparent url(../images/bg_content_container.png) no-repeat top center;
}
#content {
	padding:20px 0 20px 100px;
	width:500px;
}
p {
	line-height:20px;
	margin-bottom:15px;
}
h2#coming_soon {
	width:205px;
	height:33px;
	display:block;
	background:transparent url(../images/h2_coming_soon.png) no-repeat 0 0;
	text-indent:-999em;
	margin-bottom:15px;
}
a:link, a:visited, a:hover, a:active {
	color:#000;
	text-decoration:underline;
}