@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	text-decoration:none;
	list-style:none;
	}
body {
	text-align:center;
	background:url(images/arrow.png) repeat-x 100px 140px;
	}
#container {
	margin:0 auto;
	width:960px;
	text-align:left;
	}
	
#header {
	width:960px;
	height:60px;
	position:relative;
	float:left;
	margin:75px 0 0 0;
}
.soon {
	height:60px;
	width:366px;
	display:block;
	background:url(images/coming.gif) no-repeat top;
	text-indent:-9999em;
	position:absolute;
	left:0;
	top:0;
}
.hash {
	height:60px;
	width:25px;
	display:block;
	background:url(images/hifen.gif) no-repeat top;
	text-indent:-9999em;
	position:absolute;
	left:382px;
	top:0;
}
.soon_fr {
	height:60px;
	width:436px;
	display:block;
	background:url(images/bientot.gif) no-repeat top;
	text-indent:-9999em;
	position:absolute;
	left:421px;
	top:0;
}

#address {
	width:960px;
	height:85px;
	float:left;
	margin:345px 0 0 0;
	font-family:"Courier New", Courier, monospace;
	letter-spacing:-1px;
	position:relative;
}

#address ul {
	float:left;
	width:700px;
	height:85px;
}
#address ul li {
	line-height:17px;
	text-align:right;
	padding:0 20px 0 0;
	}
#logo {
	width:149px;
	height:85px;
	float:left;
}
a:link, a:active, a:visited {
	color:#59A397;
	}
a:hover {
	color:#000000;
}