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

body {
	font-family: "Century Gothic";
	font-size: 15px;
	color: #000000;
	background-color: #333333;
	margin: 0px;
	padding: 0px;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-weight: 400;
}
.maintb {
	margin-top: 50px;
}
.text {
	margin-right: 35px;
	margin-left: 35px;
	margin-top: 10px;
}
.contact {
	font-weight: 600;
	text-align: center;
}
.copyr {
	font-size: 12px;
	font-weight: 500;
	color: #CCCCCC;
	background-image: url(img/body_04.png);
	background-repeat: no-repeat;
	text-align: right;
	vertical-align: middle;
	height: 65px;
	width: 725px;
	padding-top: 20px;
}
a:link {
	color: #999999;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
a:active {
	color: #999999;
	text-decoration: underline;
}
