/* @override http://semi-sentient.com/style/hangingLights.css */

body {
	background: black;
	color: white;
	margin: 0;
	font-size: 62.5%;
}

#centralImage {
	background: no-repeat url(http://semi-sentient.com/img/hangingLights.png);
	width: 415px;
	height: 677px;
	position: absolute;
	z-index: 1;
	top: -30px;
}

#title {
	background: no-repeat url(http://semi-sentient.com/img/hangingLightsTitle.png);
	z-index: 10;
	width: 582px;
	height: 81px;
	position: absolute;
	left: 250px;
	overflow: hidden;
	border: 1px  #fff;
	color: #000;
}

#content {
	z-index: 5;
	border: #fff 1px solid;
	position: absolute;
	top: 100px;
	left: 450px;
	width: 400px;
	padding: 20px;
	background: repeat-x url(http://semi-sentient.com/img/contentGrad.png);
	color: #000;
	height: 455px;
	text-align: center;
	font: 2.5em Georgia, Times;
}

#content a {
	color: #873b21;
}

