body {
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(images/background.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#main_container {
	background-image: url(images/bestek.jpg);
	background-position: right bottom;
	background-color: #fff;
	background-repeat: no-repeat;
	margin: 0 auto;
	text-align: left;
	width: 600px;
}

#divider {
	background: url(images/balk.gif);
	width: 600px;
	height: 15px;
}

#main_content {
	margin: 20px;
	min-height: 500px;
}


#footer {
	padding-bottom: 30px;
	text-align: center;
}