@charset "utf-8";
#header {
	margin: 0px;
	padding: 0px;
	height: 120px;
	width: auto;
	background-color: #02051E;
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
}
#header h1 {
	margin: 0px;
	padding: 0px;
}
#button {
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: auto;
	background-image: url(../images/back_ground/bg_button.jpg);
	background-repeat: repeat-x;
	background-color: #333;
}
#footer1 {
	padding: 0px;
	height: 30px;
	width: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/back_ground/bg_footer1.jpg);
	background-repeat: repeat-x;
	font-size: 12px;
	color: #CCC;
	text-align: center;
	line-height: 30px;
}
#footer2 {
	background-color: #02051E;
	height: 70px;
	width: auto;
	font-size: 12px;
	color: #CCC;
	text-align: center;
	padding: 0px;
	vertical-align: middle;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#footer2 p {
	font-size: 12px;
	line-height: 16px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

a:link {
	color: #CCC;
	text-decoration: none;
}
a:visited {
	color: #CCC;
	text-decoration: none;
}
a:hover {
	color: #0FF;
}
