@charset "utf-8";
/* CSS Document */
body{
	margin:0px;
	padding:0px;
	font-size:85%;
	color:#fff;
	font-family:"Courier New", Courier, monospace;
	background:#202429;
}
.left{
	float:left;
}
.right{
	float:right;
}
.clear{
	clear:both;
}
#wrapper{
	margin:auto;
	width:1000px;
	background:url(../images/koh.jpg) left top no-repeat;
}
#inner{
	float:left;
	position:relative;
	height:706px;
}
#address{
	position:absolute;
	left:30px;
	bottom:0px;	
	height:195px;
	width:400px;	
}

#address1{
	position:absolute;
	left:700px;
	bottom:0px;	
	height:195px;
	width:400px;	
}


p{
	line-height:20px;
	font-size:120%;
}
a{
	color:#fff;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}