body {
	font: 75% "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	padding: 0;
	margin: 0;
}

#container {
	height: 1000px;
	background-image: url('../img/ash.jpg');
}

#header {
	height: 270px;
	background: #fff url('../img/logo.jpg') no-repeat center center;
	border-bottom: 3px solid #000;
}

#content {
	height: 310px;
	border-bottom: 1px solid #fff;
	background-color: #504c0f;
	position: relative;
}

#text {
	background: #504c0f url('../img/text.png') no-repeat center center;
	height: 41px;
	width: 514px;
	position: relative;
	margin: auto;
	padding: 210px 0 0 0;
}

a#brightstorm {
	display: block;
	height: 17px;
	width: 251px;
	background-image: url('../img/link.png');
	position: absolute;
	top: 130px;
	left: 222px;
	text-indent: -5000px;
}

a#brightstorm:hover {
	background-image: url('../img/link-over.png');
}