#header-1300{
	background-image: url('/media/images/default/header-1300.png');
}
	
#body-full{
	min-height: 455px;
	background-image: url('/media/images/default/body-bg.png');
	background-position: center center;
	background-color: #02243b;
	height: 100%;
}

#body{
	height: 100%;
}

#content{
	width: 900px;
	margin: 0 auto;
}

.question:hover{
	cursor: pointer;
}

form ul{
	list-style-type: none;
	margin-left: 0;
	padding: 0;
}
form ul li{
	display: block;
	margin-left: 0;
	margin-top: 20px;
}
form ul li label{
	width: 130px;
	display: inline-block;
}
form ul li textarea{
	vertical-align: text-top;
}