body {
	margin: 0;
	padding: 0;
	background: #200401;/*url('images/main-background.jpg');*/
	text-align: center;
}
body, html {
	height: 100%;
}
#main-image {
	height: 85%;
	background: url('images/atrivm-main.jpg') no-repeat bottom center;
}
#footer {
	text-align: center;
	background: url('images/footer-background.jpg') no-repeat top center;
	height: 15%;
}
#footer table {
	margin: 0 auto;
}
#footer a img {
	border: none;
}
#container {
	margin: 0 auto;
	height: 100%;
	min-width: 750px;
	min-height: 600px;
}
