body {
	background-color: #FFFFFF;
	background-image: url(images/bgMeshHome.gif);
	background-repeat: repeat;
	margin: 0px;
}
#mesh {
	background-image: url(images/paperHome.jpg);
	background-repeat: repeat-y;
	position:absolute;
	left:50%;
	top:728px;
	height: 100%;
	width: 712px;
	margin-left: -356px;
}
#centered {
	background-color:#FFFFFF;
	position:absolute;
	left:50%;
	top:0px;
	height: 728px;
	width: 712px;
	margin-left: -356px;
}
#centered #content {
	position:absolute;
	left:50%;
	top:0px;
	height: 728px;
	width: 692px;
	margin-left: -346px;
}
