.container {
	background-color: #000;
	height: auto;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	overflow: visible;
	color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}



.top-nav {
	background-color: #000;
	float: left;
	height: 35px;
	width: 980px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
}



.bot-nav {
	background-color: #000;
	float: left;
	height: 35px;
	width: 980px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
}



.footer {
	background-color: #000;
	float: left;
	height: 33px;
	width: 980px;
	padding-bottom: 20px;
}



.header {
	background-color: #000;
	float: left;
	height: 130px;
	width: 980px;
}



.main-content {
	background-color: #000;
	float: left;
	height: auto;
	width: 980px;
	background-image: url(../share-images/content.jpg);
	background-repeat: no-repeat;
	padding-bottom: 50px;
}
.main-text {
	float: left;
	height: auto;
	width: 830px;
	margin-top: 200px;
	margin-left: 75px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}

.main-text-02 {
	float: left;
	height: auto;
	width: 830px;
	font-weight: bold;
	margin-left: 75px;
	margin-top: 10px;
	text-align: center;
	font-size: 16px;
}
.main-text-03 {
	float: left;
	width: 830px;
	margin-top: 30px;
	margin-left: 75px;
	text-align: center;
	font-weight: bold;
	height: 500px;
	font-size: 16px;
}
