@charset "UTF-8";
body, * {
	margin: 0;
	padding: 0;
	font-family: Times;
}
body {
	background-color: #000;
}
#container {
	margin: 0 auto;
}
#logo {
	margin: 150px 0 75px;
	text-align: center;
	
}
#textband {
	text-align: center;
	background-image: url(images/text_band.png);
	background-repeat: repeat-x;
	height:105px;
	padding: 15px 0;
	font-size: 1.1em;
}
#textband p {
	margin-bottom: 5px;
}
#textband a {
	color:#000;
}