/**
* file: container.css
* author: Yuli Mitsner
* date: July 19, 2004
* description:
*	Describes the container of the page.
*/
html {}

body {
	/* background-image: url(../images/common/bg_image.jpg); */
	/* background-repeat: no-repeat; */
	/* background-position: top center; */
	background: linear-gradient(to bottom, #C55555 0%, #93463A 100%);
	background-color: #93463A;
	/* fallback */
	min-height: 100vh;
}

.chrome body {
	/*background-color: #af3939; /* color to match improperly displayed images in Chrome */
}

#container_container {
	width: 840px;
	margin: 0 auto;
}

#container_top {}

#container_left {}

#container_center {}

#container_right {
	width: 102px;
}

#container_right a {}

#container_right a:hover {
	background: none;
}

#container_right img {
	margin-bottom: 3px;
}

#container_right a img {
	border: 1px solid #ccc;
}

#container_right a:hover img {}

#container_bottom {}