body {
	background-color: black;
	color: #3152C6;
  	font-family: "Georgia", "Tahoma", "Times New Roman"; 
	font-size: 12px;
	line-height: 20px;
  	text-align: center;
}

#wrapper {
	width: 538px;
	margin: 0 auto;
	text-align: justify;
	position: relative;
}

#banner {
	display: block;
	top: 0px;
	text-align: center;
}

#footer {
	margin-top: 15px;
	display: block;
	text-align: center;
}

h1, h2, h3, h4, h5 { color: #95A0C6; }

.benefit { color: #95A0C6; font-weight: bold; }

a {
	color: #95A0C6;
}

a:visited {
	color: #95A0C6;
}

.gallery {
}

.thumbnail img {
	border: 1px solid white;
}


