body {
	height: 100%;
	width: 100%;
	padding:0px;
	margin: 0px;
	background: url('gfx/img/page_bg.png') 0px 0px fixed repeat-x #3161C2;
	overflow-y: scroll;
}

#container {
	min-height: 800px;
	min-width: 1000px;
	background: url('gfx/img/page_bg_img.jpg') 50% 0px fixed no-repeat;
	padding-top: 40px;
}

#page {
	border: 1px solid #000;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0px 0px 30px 0px #000;
}

#logo {
	margin: 2px;
	margin-left: 10px;
	padding: 0px;
}

#header {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	height: 50px;
	border: 0px none;
	background: url('gfx/img/header.png') 0px -14px repeat-x;
}

#footer {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	height: 30px;
	border: 0px none;
	background: url('gfx/img/footer.png') 0px -25px repeat-x;
	background: url('gfx/img/footer.png') 0px -13px repeat-x;
	background-size: 1px 50px;
}

#content {
	width: 1000px;
	min-height: 658px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 15px;
	background: rgba(255,255,255,0.25) url('gfx/img/shadow.png') repeat-x;
	background-size: 25px;
	border: 0px none;
	font: 19px arial;
	text-decoration: none;
	text-shadow: #000 2px 2px 2px;
	color: #fff;
}
