* {
	margin: 0px;
	padding: 0px;
}

html {
	height: 100%;
}

body {
	height: 100%;
	background-color: #fafaf0;
	background-image: url();
	text-align: center;
	margin: 0px;
	padding: 0px;
}
img {
	display: block;
	border-style: none;
}




div {
	width: 594px;
	_width: 600px;
	height: 199px;
	_height: 205px;
	text-align: left;
	position: absolute;
	border: 3px solid #dfdfdf;
	background-color: #FFF;
	top: 50%;
	left: 50%;
	margin: -100px 0px 0px -300px;
	padding: 0px 0px 0px 0px;

}
div dl {
	width: 564px;
	text-align: left;
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 0px 0px;
}

div dl dt {
	width: 564px;
	text-align: left;
	line-height: 1.8em;
	overflow: hidden;
	border-bottom: 1px dotted #dfdfdf;
	margin: 15px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
}
div dl dd {
	width: 564px;
	text-align: center;
	line-height: 1.8em;
	font-size: 12px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}
div dl dd img {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}
div dl dd p {
	text-align: center;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}
div dl a {
	display: block;
	text-align: center;
	line-height: 1.8em;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
div dl a{
	text-decoration: underline;
}
div dl a:active {
	color: #333;
}
div dl a:link {
	color: #333;
}
div dl a:visited {
	color: #333;
}
div dl a:hover {
	color: #333;
	text-decoration: none;
}


/*----------------------------------------------------
 style end
----------------------------------------------------*/

