body {	margin:0px 0px 0px 0px;	padding:0px;	background:#000;	background-image: url(images/bg_blueGreen.jpg);	background-repeat: repeat-x;			}#leftcontent {	margin-top: 0px;	position: absolute;	margin-left: 50px;	border: 0px;	width: 14px;	height: 100%;	background:#000;	background-image: url(images/frame_left.jpg);	background-repeat: repeat-y;	}#centercontent {	margin-top: 0px;	position: absolute;	margin-left: 64px;	border: 0px;	width: 500px;	height: 100%;	background:#fff;		}#rightcontent {	margin-top: 0px;	position: absolute;	margin-left: 564px;	border: 0px;	width: 14px;	height: 100%;	background:#000;	background-image: url(images/frame_right.jpg);	background-repeat: repeat-y;	}