@charset "UTF-8";
/* CSS Document */
body {
	background:url(images/bg.jpg);
	margin-top: 0px;
	margin-bottom: 0px;
	}
#wrapper {
	width: 550px;
	margin: 0 auto;
	position: relative;
	background: #171717;
	height: 100%;
	padding-bottom: 25px;
	}
.question {
	color: #41b6b1;
	padding: 5px;
	font-size: 16px; 
	letter-spacing: -1px;
	font-family: "Lucida Grande";
	text-transform: uppercase;
	}
.title {
	color: #000000;
	background-color: #ffffff;
	padding: 5px;
	font-size: 18px; 
	text-align: center;
	letter-spacing: -1px;
	font-family: "Lucida Grande";
	text-transform: uppercase;
	}
p {
	color: #ffffff;
	padding: 5px;
	font-family: "Lucida Grande";
	font-size: 12px;
	margin-bottom: 5px;
	}
span {
	color: #ffffff;
	padding: 5px;
	font-family: "Lucida Grande";
	font-size: 12px;
	margin-bottom: 5px;
	}
