body {
   background: black;
   color: white;

}

#questionList li{
   margin: 0 0 15px 0;
}

.question {
   cursor: pointer;
}

.answer {
   display: none;
   color: #B60504;
}

.answer img{
   text-align: center;
}

a {
   color: #B60504;

   text-decoration: none;
}

a:hover{
   text-decoration: underline;
}

div#wrapper{
	position: absolute;
	left: 50%;
	margin: 0 0 0 -416px;

	background: url('../images/background.jpg');
}

div#content{
	margin: 0 30px;
}

div#top {
	width: 864px;
	height: 130px;
	background: url('../images/logo.jpg');
}

div#middle {
	width: 864px;
}

div#bottom {
	width: 864px;
	height: 70px;
	background: black url('../images/footer.jpg') no-repeat;
	
}

div#menu ul {
	list-style-type: none;
	float: right;
	margin: 10px;
}


div#menu ul li{
	float: left;
	margin: 0 10px;
}

div#menu ul li a{
        font-size: 1.5em;
	text-decoration:none;
	
}

div#menu ul li a:hover{
	text-decoration:underline;
}

p#logos {
	padding-right:10px;
}

p#logos a {
        border: 0px;
	margin:  25px 5px 5px 10px;
        float: right;
}