/* CSS Document */
body{	
	background-image: url(background2.gif);	
	background-repeat: repeat-y;	
	background-position: center;
}
	
.wrapper{	
	width: 930px;	
	height: auto px;	
	margin:0px auto;	
	background-color: #FFFFFF;	
	padding: 0px;	
	border: medium solid #02449d;	
	background-position: center;
}

.header{	
	width: 920px;	
	height: 220px;	
	margin:0px auto;	
	background-color: #FFFFFF;	
	padding: 0px;	
	background-image: url(Long-Mirror-with-Figures.gif);	
	background-repeat: no-repeat;	
	background-position: center top;
}

.menu{	
	background-color: #02449d;	
	height: 40px;	
	width: 930px;	
	color: #FFFFFF;	
	text-align: center;	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 16px;	
	font-style: normal;	
	font-weight: bold;	
	vertical-align: middle;	
	background-position: center;
}

.footer{	
	text-align: 
	center;	
	vertical-align: middle;
}

