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

body {
	background-color: #FFF;
}

#container {
	margin: 0;
	width: 100%;
	color: #000;
}

#banner-image {
	display: block;
	margin: auto;
	padding: 15px 0 15px 0;	
}

#banner {
	margin: auto;
	padding: 15px;
	width: 90%;
	height: 80px;
	background-image: none;
	text-align: center;
	overflow: hidden;
	}
	#banner #notices {
		width: 100%;
		border: solid 1px #000;
		width: 620px;
	}
		#banner #notices #text p, #banner #notices #text a{
			color: #000;
		}
#footer {
	color: #000;
}