html {
	margin: 0px;
	height: 100%;
}

body {
	margin: 0px;
	background: #4f0b00;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
}

#main_div {
	position: relative;
	margin-left: 0px;
	margin-right: 0px;
	height: 100%;
	background: url('../images/homepage-background.jpg');
	background-position: bottom center;
	background-repeat: no-repeat;
	min-width: 1200px;
}

#menu_links {
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	bottom: 0px;
	height: 640px;
	width: 100%;
	text-align: center;
}

#menu_links a {
	display: block;
	height: 200px;
}


#bottomPanel {
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	bottom: 0px;
	height: 40px;
	width: 100%;
	text-align: center;
}

#bottom-links a {
	color: #387AA6;
	font-weight: bold;
	text-decoration: none;
}
