html {
	background-color: #354E61;
	background-image: url(../img/gradient.png);
	background-repeat: repeat-x;
}
body {
	background: url(../img/sky.jpg) no-repeat center top;
	width: 100%;
	display: table;
}
#container {
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#content_shadow {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width:980px;
	background-image: url(../img/back_content.png);
	background-position: center;
	background-repeat: repeat-y;
}
.bottom_shadow {
	background-image: url(../img/back_bottom_content.png);
	background-position: center center;
	height: 24px;
	display: block;
}
.top_shadow {
	background-image: url(../img/back_top_content.png);
	background-position: center center;
	height: 13px;
	display: block;
}
#content {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 960px;
}
