body {
	text-align:center;
	background-color:#333333;
	color:#333333;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	min-width:700px;
}
#wrapper {
	margin:0 auto;
	width:690px;
	text-align: center;
	background-color:#FFFFFF;
}

h1 {font-size:14px; color:#DF0003;}

#header {
	text-align:center;
	display:block;
	height:132px;
	background-image:url('header.jpg');
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom:20px;
}
#gallery {
	margin:0 auto;
	width:690px;
	text-align: center;
	min-height:300px;

}

#footer { 
	background-color:#FFF;
	height:66px;
	margin:0 auto; 
	width:690px;
	background-image:url('footer.jpg');	
	background-repeat: no-repeat;
	background-position: left top;
	}
