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

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body {
	background-color: #3f3d3d;
	background-image: url(../images/about/background.png);
	background-repeat: repeat-x;
	color: #FFFFFF;
}
.tantext {
	color: #FEE0A4;
}
#wrapper {
	width: 1041px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	width: 1041px;
}
#flash {
	width: 1041px;
}
#body-background {
	height: 372px;
	width: 1041px;
	float: left;
}
#product-background {
	float: left;
	height: 394px;
	width: 1041px;
	background-image: url(../images/porduct/product-body-bottom.png);
}
#footer {
	width: 1041px;
	background-image: url(../images/porduct/product-footer.png);
	height: 91px;
	float: left;
}
#bottom {
	float: left;
	width: 1041px;
	margin-top: 15px;
	text-align: center;
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#product-text {
	float: left;
	width: 915px;
	margin-left: 60px;
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
#product-text a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FEE0A4;
	text-decoration: underline;
}
#product-text a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FEE0A4;
	text-decoration: underline;
}
#product-text a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	text-decoration: underline;
}
#product-text a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FEE0A4;
	text-decoration: underline;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FEE0A4;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}

