.wrapper {
	width: 800px;
	height: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	background-image: url(images/gradient.jpg);
	background-repeat: repeat-x;
}

.sidebar {
	width: 150px;
	height: 765px;
	float: right;
	background-image: url(images/sidebar.png);
	background-repeat: repeat-y;
	margin-top: 0px;
}
