/* CSS Document */

#wrapper {
	background-image: url(bg_tile.jpg);
	width: 100%;
	position: absolute;
	height: 800px;
	background-repeat: repeat-x;
}
#webskin {
	background-image: url(webskin.jpg);
	height: 556px;
	width: 871px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}

