/* index.css css file for Wall-U index.php */

div#main_section {
	/* position:		relative; */
	height:			555px;
	padding:		0px;
	margin:			0px;
	overflow:		auto;
}

div#zone1 {
	float:			left;
	position:		static;
	height:			315px;
	width:			560px;	
	padding:		0px;
	margin:			0px;
	background-image:	url(../images/Wall-U-zone1_back.jpg);
	background-repeat:	no-repeat;
	background-position:	0px 0px;
	z-index:	-1;
}

div#zone1 iframe {
	position:				static;
	padding:					6px 0px 0px 10px;
	margin:					0px;
	z-index:	1;	
}

div#zone2 {
	height:					315px;
	width:					340px;
	padding:					0px;
	margin:					0px 0px 0px 560px;
	background-image:		url(../images/Wall-U-zone2_back.jpg);
	background-repeat:	no-repeat;
	background-position:	0px 0px;
}

div#zone2 iframe {
	padding:					0px;
	margin:					15px 0px 0px 13px;
}						

div#zone3 {
	float:					left;
	height:					240px;
	width:					300px;
	padding:					0px;
	margin:					0px;
	background-image:		url(../images/Wall-U-zone3_back.jpg);
	background-repeat:	no-repeat;
	background-position:	0px 0px;
}

div#zone3 iframe {
	padding:					0px;
	margin:					15px 0px 0px 20px;
}	

div#zone4 {
	height:					240px;
	width:					300px;
	padding:					0px;
	margin:					0px 0px 0px 300px;
	background-image:		url(../images/Wall-U-zone4_back.jpg);
	background-repeat:	no-repeat;
	background-position:	0px 0px;
}

div#zone4 iframe {
	padding:					0px;
	margin:					15px 0px 0px 17px;
}

div#zone5 {
	float:					right;
	height:					240px;
	width:					300px;
	padding:					0px;
	margin:					0px;
	background-image:		url(../images/Wall-U-zone5_back.jpg);
	background-repeat:	no-repeat;
	background-position:	0px 0px;
}

div#zone5 iframe {
	padding:					0px;
	margin:					16px 0px 0px 13px;
}

/* IE6 column fixes */
* html div#zone1 { margin-right:	-3px; } 
* html div#zone2 { margin-left:	0px; }
* html div#zone3 { margin-right: -3px; }
* html div#zone4 { margin-left: 0px; }
* html div#zone5 { margin-left: -3px; }

/* layout debugging 
div#plate { background-color:	black; }
div#footer { background-color: red; }
div#main_section { background-color: yellow; }
div#header { background-color: blue; } 
div#content { background-color: green; }
div#zone1	{ background-color: blue; }
div#zone2	{ background-color: green; }
div#zone3	{ background-color: red; }
div#zone4	{ background-color: orange; }
div#zone5	{ background-color: purple; } */
