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

@import url("reset.css");
@import url("navigation.css");
@import url("content.css");
@import url("footer.css");

.hideText {
	visibility: hidden;
}

.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
}

body {
	background-color: #000;
	background-image: url(../images/brasschrome_bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	font-family: "Lucida Grande", Trebuchet, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #ccc;
}

#container {
	background-image: url(../images/sunburst.png);
	background-position: center 100%;
	background-repeat: no-repeat;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	height: 586px;
	overflow: hidden;
}

h1#logo a {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	height: 104px;
	width: 398px;
	text-decoration: none;
	display: block;
	background-position: center bottom;
	margin-right: auto;
	margin-left: auto;
	margin-top: 36px;
}
