.myBack {
	background-color: #99FF33;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 560px;
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 0px;
}
.myContent {
	background: url(images/gray.gif);
	background-color: #F8F9F5;
	left: 0px;
	top: 0px;
	width: 560px;
	height: 100%;
	z-index: 1;
	position: absolute;
	
}
body {
	text-align: center;
	background:url(images/img_62.gif);
	border-right-width: 100px;
	border-left-width: 100px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ebeeea;
	border-left-color: #ebeeea;	
}

.wrapper {
	position: relative;
	margin: 0 auto;
	text-align: center;
	width: 560px;
	height: 100%;
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #f8f9f5;
	border-left-color: #f8f9f5;

}
