body {
	margin: 0px;
        background-color: #eeeeee;
}

#header {
	height: 100px;
        background-color: #ddffdd;
}
#centreposition {
	padding-right: 20px;
	padding-left: 22%;
	background-color: #55FF00;
}

/* The centrecontent style is set up for a 2 column layout.  
If you want a 3 column layout then change the centreposition style like this:   padding-right: 200px; 
 */
#centrecontent {
	z-index: 100;
	min-width: 1px;
	background-color: #00eeff;
	border: 1px solid #999999;
	padding: 10px;
}

#footer {
	padding-left: 175px;
	background-color: #FF00F7;
}

#left {
	width: 20%;
	position: absolute;
	top: 100px;
	left: 0px;
	padding: 10px 0px 10px 6px;
}



#right {
	width: 130px;
	position: absolute;
	top: 100px;
	right: 0px;
	height: 200px;
}
Computer-Zen www.computer-zen.com is part of the VORD Web Design Network www.vordweb.co.uk */