/* CSS Document */
.home1 {
	background-image:url(../img/fondo_home.gif);
	background-repeat: no-repeat;
	width: 334px;
	height: 315px;
	padding: 10px;
	overflow: auto;
	z-index:2;
	scrollbar-face-color : #F9F4E4; 
	scrollbar-highlight-color : #F9F4E4; 
	scrollbar-3dlight-color : #4C8ABF; 
	scrollbar-shadow-color : #F9F4E4; 
	scrollbar-darkshadow-color : #4C8ABF; 
	scrollbar-track-color : #F9F4E4; 
	scrollbar-arrow-color : #3F5C9A;
}

.home4 {
	width: 335px;
	height: 335px;
	z-index:2;
	background-color:#F9F4E4;
	text-align: center;
}
#home4>div{ /*Proper way to center a relative div*/
margin: 0 auto;
}
