body {
	background: #631012 url(../_imgs/bg.png) repeat-x;
	color: #e1cbcc;
	font-family: "Lucida Grande", Tahoma, sans-serif;
	font-size: 14px;
	line-height: 18px;
	}
#container {
	display: block;
	margin: 0 auto;
	width: 780px;
	}
	#logo {
		background: url(../_imgs/logo.png) no-repeat;
		display: block;
		height: 160px;
		margin-top: 15px;
		overflow: hidden;
		text-indent: -9999px;
		width: 300px;
		}
	#message {
		background: url(../_imgs/icon-sprite.png) no-repeat;
		background-position: 40px bottom;
		display: block;
		height: 30px;
		line-height: 35px;
		text-align: center;
		width: 300px;
		}
	#infos {
		background:url(../_imgs/infos-panel.png) no-repeat left top; 
		float: left;
		height: 200px;
		margin: 15px 20px 0 0;
		padding-top: 5px;
		width: 300px;
		}
		#infos p{
			font-weight: normal;
			line-height: 24px;
			margin: 0 10px;
			text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.7);
			}
		#infos ul{
			font-size: 12px;
			margin: 10px;
			}
			#infos ul li{
				background: url(../_imgs/icon-sprite.png) no-repeat left 5px;
				height: 20px;
				margin: 5px;
				padding-left: 25px;
				text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.7);
				}
			#infos ul li#phone{
				background-position: left -20px;
				}
			#infos ul li#fax{
				background-position: left -44px;
				}
			#fb {
				float: left;
				background: url(../_imgs/fb-panel.png) no-repeat left top;
				height: 560px;
				padding-left: 1px;
				padding-right: 1px;
				}