body {
	background-color:grey;
	}
p { text-indent:20px;}
#container {
position: relative;
background-color:#a6d6ee;
margin-left:auto;
margin-right:auto;
height:800px;width:800px;
}
#top-column {
position:absolute;
top:3px;
left:3px;
width:797px;
height:175px;
background-color:#a6d6ee;
}
#left-column {
position: absolute;
background-color:#a6d6ee;
top:178px;
left: 3px;
width: 200px;
height:600px;
}
#mid-column {
position: absolute;
background-color:#a6d6ee;
top: 0px;
left: 203px;
width:380px;
height:600px;
}
#right-column {
position: absolute;
background-color:#a6d6ee;
top:0px;
left:386px;
width:200px;
height:600px;
}
#bottom-column {
background-color:#a6d6ee;
margin-left:auto;
margin-right:auto;
top: 800px;
width:800px;
}
