html, body {
	background-image:url('/imgs/background.jpg');
}

#container {
	background-image: url('/imgs/body-bg.png');
	background-repeat: repeat-y;
	margin:0 auto;
	width: 960px;
}

h2 {
	position: relative;
	top: -15px;
	padding-top: 15px;
	background-image: url('/imgs/top.png');
	background-repeat: no-repeat;
}

#bottom {
	width: 100%;
	height: 20px;
	position: relative;
	bottom: -15px;
	background-image: url('/imgs/bottom.png');
}
