/* CSS Document */
BODY {
	margin: 0px;
	background: #000 url(../images/structure/background.jpg) repeat-x;
}

#page {
	width: 1000px;
	margin: 40px auto 20px auto;
	background: none;
	overflow-x: hidden;
}

#content {
	margin: 5px 0px;
	font-family: "Calibri", Arial, Helvetica, sans-serif;
	padding: 1px;
	color: #fff;
	font-size: 14px;
}

#footer {
	height: 61px;
	width: 1000px;
	background: url(../images/structure/footer.png) no-repeat;
	position: relative;
}

.footer_text {
	position: absolute;
	bottom: 10px;
	right: 40px;
	color: #fff;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
