@charset "UTF-8";
html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-color: #FBF9F0;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-position: left -50px;
}
.subPictureWindow {
	height: 340px;
	width: 750px;
	margin-left: -350px;
	position: absolute;
	left: 50%;
	background-repeat: no-repeat;
	top: 69px;
	overflow: hidden;
}

.contentBoxSub {
	width: 750px;
	margin-left: -375px;
	position: absolute;
	left: 50%;
	top: 340px;
	height: 100px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 24px;
	color: #333;
}

.contentBoxSub a {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #049E87;
	text-decoration: none;
	color: #333;
}
.contentBoxSub a:hover {
	color: #049E87;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #049E87;
	text-decoration: none;
}
