@charset "UTF-8";
/* CSS Document */

* {
	outline: none;
}
body {
	background:  url(../images/body-bg.jpg) repeat-x #fff;
	background-position: top center;
	font: 11px/16px helvetica, arial, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
}
a:link {
	color: #FFCC00;
	text-decoration: underline;
}
a:visited {
	color: #33CCFF;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#container {
	background-image: url(../images/container_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	width: 872px;
	margin: 0px auto;
	padding: 0px;
}
#content {
	text-align: center;
}
#lower {
	background:  url(../images/lower-bg.jpg) repeat-y #fff;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding: 20px 130px;
}
#bottomshadow {
	background-image: url(../images/bottomshadow.png);
	background-repeat: no-repeat;
	margin: 0px auto;
	background-position: center bottom;
}
