@import url("shared.css");
body {
   background-image: url(images/activity_bg.jpg); 
}

img.globe {
   float: left; 
}

#contentArea {
   position: absolute;
   width: 550px;
   left: 114px;
   top: 15px; 
}

#logo {
   background-color: #EBE6FC; 
}


#contentArea h1 {
	font-size: 20px;
}
.underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
span.lineQuestion {
	background-color: #EBE6FC;
	padding-bottom: 3px;
}

