*
{
	margin: 0;
	padding: 0;
}

body
{
	color: #000;
	background-color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 20px;
}

div#backBox
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-image: url('../img/middle.png');
	background-repeat: repeat-y;
	background-position: center top;
}

div#frontBox
{
	position: relative;
	top: 0;
	left: 0;
	width: 1248px;
	background-image: url('../img/top.png');
	background-repeat: no-repeat;
	background-position: center top;
}

div#content
{
	position: relative;
	top: 0;
	left: 324px;
	width: 600px;
	padding-top: 450px;
}

div#content p
{
	margin: 10px 20px;
}

div#content p b
{
	color: #8B2528;
	font-weight: bold;
}

div#content p.question
{
	margin: 20px 20px 5px;
}

div#content p.answer
{
	margin: 5px 20px 20px;
}

div#images
{
	float: right;
	width: 182px;
	margin: 2px 20px;
}

div#images img
{
	margin: 10px 0 5px;
	border-color: #8B2528;
	border-width: 1px;
	border-style: solid;
}

div#images p
{
	font-size: 0.9em;
	line-height: 1.1em;
	text-align: center;
	margin: 0 0 10px;
}

div#content p#title,
div#content p#copy
{
	display: none;
}

div#bottomBox
{
	position: relative;
	left: 240px;
	width: 768px;
	height: 138px;
	background-image: url('../img/bottom.png');
	background-repeat: no-repeat;
	background-position: center top;
}

div#button
{
	position: relative;
	top: 56px;
	left: 334px;
	width: 100px;
	height: 25px;
	background-image: url('../img/home.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	cursor: pointer;
}

div#footerBox
{
	position: relative;
	width: 100%;
	height: 312px;
	background-image: url('../img/footer.png');
	background-repeat: no-repeat;
	background-position: center top;
}

