@charset "utf-8";
/* CSS Document */

body {
	background: #000 url(images/background.jpg) no-repeat center top;
}
.mlg-middle {
	background: url(images/gradient-tile.png) repeat-y;
	padding: 0px 14px;
}
.mlg-menu {
	background: url(images/menu-bg.png);
	height: 109px;
	position: relative;
}
.mlg-menu table {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 10px;
}
.mlg-menu td {
	font-family: "Century Gothic", Verdana, Geneva, sans-serif;
	text-align: center;
}
.mlg-menu td a {
	color: #FFF;
	text-decoration: none;
	font-size: 18px;
}
.mlg-menu td a:hover { color: #FF0; }

.mlg-content { background: #000 url(images/contentbg.png) no-repeat center top; padding:20px; }

#mlg-footer {
	text-align: center;
	font-size: 10px;
}

#mlg-footer a {
	color: #FFF;
	text-decoration: none;
}
