@charset "utf-8";
#wrapper {
	background-color: #CCC;





	height: 900
\;
	width: 1000px;
	height: 850px;
	width: 1000px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}


#banner {
	position:absolute;
	width:1000px;
	height:121px;
	z-index:1;
	left: 0px;
	top: 0px;
	font-size: 60px;
	text-align: center;
	padding-top: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	text-transform: none;
	background-color: #F2C99B;
}

#menu {
	position:absolute;
	width:200px;
	height:387px;
	z-index:2;
	left: 0px;
	top: 170px;
	background-color: #EA1A00;
}

#content {
	position:absolute;
	width:799px;
	height:535px;
	z-index:3;
	left: 201px;
	top: 169px;
	font-family: CopystructNormal;
	text-align: center;
	padding-top: 29px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: xx-large;
	font-weight: bold;
	background-color: #F9963C;
}

#footer {
	position:absolute;
	width:1000px;
	height:64px;
	z-index:4;
	left: 1px;
	top: 732px;
	text-align: center;
	background-color: #B31401;
}
#text_menu {
	position:absolute;
	width:1000px;
	height:52px;
	z-index:5;
	left: 0px;
	top: 798px;
	text-align: center;
	background-color: #FA9231;
}

#follow {
	position:absolute;
	width:200px;
	height:172px;
	z-index:6;
	top: 559px;
	background-color: #F8993F;
}
a:visited {
	color: #FF9;
}


a:link {
	color: #FF9;
}
a:hover {
	color: #FFF;
}
a:active {
	color: #FFF;
}
