@charset "utf-8";
*{
	margin:0;
	padding:0;
}


body {
	background:#FFFDE5;
	color:#666666;
	position:relative;

}

img {
	border:0;
}

.topimage {
	position:absolute;
	z-index:10;
	top:-20px;
	left:-100px;
}

.bottomimage {
	position:absolute;
	z-index:10;
	left: 600px;
	top: 100px;
}


#box {
	position:relative;
	z-index:100;
	width:800px;
	margin:30px auto 0 auto;
}

#cont {
	border:1px solid #E0C1A3;
	padding:50px 0;
	width:800px;
	z-index:100;
	position:relative;
}

#op {
	width:600px;
	margin:0 auto;
}



#op h1{
	font-size:12px;
	background:url(../img/logo.jpg) no-repeat;
	height:33px;
	width:270px;
	text-indent:-99999px;
display:block;
float:right;
}

#op .swf {
margin:0 0 15px 0;
}

#op p{
	float:left;
	margin:0 0 30px 0;
	width:370px;
	font-size: 12px;
	line-height: 18px;

}

#op p img {
float:left;
margin:0 0 0 0;
vertical-align:middle;
}

#op em{
	float:right;
}
#op i{
	clear:both;
	display:block;
	text-align:center;
}
