body {
	background: #464646 url('../images/bg.png');
	font-family: "Lucida Bright";
	font-size: .9em;
	margin: 0 auto;
}

a:link {
	color: #b8effb;
}
a:visited {
	color: #2d83e3;
}
a:hover {
	color: #91e3f5;
}
a:active {
	color: #2d83e3;
}

img {
	border: none;
}

#side {
	background: url('../images/side.jpg') repeat-y;
	width: 141px;
	margin-top: -1.1em;
	text-align: right;
	float: left;
}

#side img {
	margin-top: 1.5em;
	padding-right: 2em;
}

.image {
	height: 400px;
	margin-left: 175px;
	margin-right: 75px;
}

.text {
	height: 400px;
	margin-left: 175px;
	margin-right: 75px;
}

.text h3 {
	margin-bottom: -.8em;
}

div.empty {
	clear: both;
}

#secret {
	color: #464646;
}