.main_body{
	background-repeat:repeat;
	background-image:url(picture/bg1.gif);



	// The above background image should be a plain image the same color as your page background	
;
}
.containerhome{
	background-repeat:no-repeat;
	background-image:url(picture/home4.jpg);



	// The above background image should be a plain image the same color as your page background	
;
	background-position: center center;
}
}
.container{
	background-repeat:no-repeat;
	background-image:url(picture/loading.gif);
	background-position: center center;
}
.background {
	background-color: #333;
}
.bodyfull {
	background-color: #333;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	overflow: hidden;
}
.divfull {
	text-align: center;
	vertical-align: middle;
	height: 100%;
	width: 100%;
	overflow: auto;
	position: absolute;
}

