*{
	 padding : 0;
	 margin : 0;
	 border : 0;
}
body{
	 background-image : url('/Images/Johannesburg000.jpg');
	 background-attachment : fixed;
	 background-size : 100% auto;
}
.blended_grid{
	 display :block;
	 margin:auto; 
	 position:relative;
	 width : 1080px;
}
.topBanner{
	 background-color : rgba(255,255,255, 0.5);
	 float : left;
	 clear : none;
	 height : 200px;
	 width : 1050px;
}
.middleBanner{
	 background-color : rgba(255,255,255, 0.5);
	 float : left;
	 clear : none;
	 height : 100%;
	 width : 1080px;
}
.leftBanner{
	 background-color : rgba(255,255,255, 0.5);
	 float : left;
	 clear : none;
	 height : 350px;
	 width : 350px;
}
.centerBanner{
	 background-color : rgba(255,255,255, 0.5);
	 float : left;
	 clear : none;
	 height : 350px;
	 width : 350px;
}
.rightBanner{
	 background-color : rgba(255,255,255, 0.5);
	 float : left;
	 clear : none;
	 height : 350px;
	 width : 350px;
}
.bottomBanner{
	 background-color : rgba(255,255,255, 0.5);
	 float : left;
	 clear : none;
	 height : 100px;
	 width : 100%;
	 position:page;
}
