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

#contain_all{
	height: auto;
	background-color: #000;
	width: 968px;
	margin: 0 auto;
}
#text {
	font-family: "Courier New", Courier, monospace;
	color: #AE7E3E;
	margin-left: 130px;
	width: 708px;
	margin-right: 130px;
	font-weight: normal;
}

#copyright {
	margin: auto;
	height: 30px;
	padding-top: 10px;

}
#copy_text {
	height: 30px;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Courier New", Courier, monospace;
	font-size: medium;
	color: #533334;
	text-align: center;
}



#Container_banner{
	width: 968px;
	height: auto;
	margin: auto auto;
	background-color: #000;
	background-image: none;
}
#main{
	width: 968px;
	height: 415px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/main.jpg);
}
#top{
	background-image: url(images/top.jpg);
	height: 32px;
	width: 838px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 130px;
}
#mid{
	background-image: url(images/mid.jpg);
	height: 25px;
	width: 778px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 12px;
	padding-left: 190px;
}
#bottom{
	background-image: url(images/bottom.jpg);
	height: 54px;
	width: 968px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
