body {
	text-align:center;
	background-color:#0B2452;
	color:#000000;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
#wrapper {
	margin:0 auto;
	width:660px;
	text-align: center;
}
#header {
	text-align:center;
	display:block;
	background-color:#0B2452;
	height:130px;
}
#gallery {
	margin:0 auto;
	text-align: center;
	background-color:#ffffff;
	border:#ffffff 10px solid;
	padding:10px;

}

.button {
	color: #FFFFFF;
	background-color:#0B2452;
	font-weight: bold;
	font-size: 10pt;
	border:#FFFFFF double 5px;
}

