/* CSS Document */

/* Center the body for IE5/Win users */ body {  text-align: left }

/* 0px top and bottom, auto-fit the side-margins.   Specify a fixed-width in pixels (760px here)   and then re-align the text. */ 
#container {  margin: 0 auto;  width:1024px;  height:800px; text-align: left; background-color:#FFFCEF;
/* Border for illustrative purposes only. */  border: 1px solid #FB9005;  }

#container1 {
	position:absolute;
	left:10px;
	background-color:#FFFCEF;
	border: 2px solid #FB9005;
	width: 1014px;
	height: 800px;
}

#container2 {
	position:absolute;
	left:10px;
	background-color:#FFFCEF;
	border: 2px solid #FB9005;
	width: 1014px;
	height: 870px;
}
#container3 {
	position:absolute;
	left:10px;
	background-color:#FFFCEF;
	border: 2px solid #FB9005;
	width: 1014px;
	height: 1080px;
}
#container4 {
	position:absolute;
	left:10px;
	background-color:#FFFCEF;
	border: 2px solid #FB9005;
	width: 1014px;
	height: 1040px;
}
#container5 {
	position:absolute;
	left:10px;
	background-color:#FFFCEF;
	border: 2px solid #FB9005;
	width: 1014px;
	height: 1530px;
}
container {
margin-left:auto; /* auto float to left */
margin-right:auto; /* auto floats to right */
width:1024; /* Make this any value you like, suggest 800 - 1024px */
/* margin auto is calc'd as browser width - x (conatiner width)/2 */
}

child-containers {
float:left; /* Float consecutive containers left of each other */
width:y; /* Any value smaller than x */
}
