html {
	height: 100%;
}

body {
	background: url("../images/background.jpg") top center;
	background-attachment: fixed;
	margin: 0;
	height: 100%;
}

.container.main {
	background-image: url(../images/fd_halo.png);
	background-repeat: repeat-y;
	width: 990px;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}

.header {
	background: url("../images/header.jpg") no-repeat;
	width: 970px;
	height: 183px;
	margin: 0 auto;
}

.content {
	width: 970px;
	margin: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.page {
	margin: 10px;
}

/********/
/* MENU */
/********/
#menu {
	margin-left: 5px;
	margin-bottom: 20px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu ul li {
	padding: 10px;
	display: inline;
	border: none;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	border-bottom: none;
	border-color: #ababac;
	-webkit-box-shadow: 0px -2px 2px 2px rgba(202, 202, 202, 0.6);
	box-shadow: 0px -2px 2px 2px rgba(202, 202, 202, 0.6);
}

#menu ul li:hover {
	background: url("../images/up-arrow.png") no-repeat bottom center;
}

#menu ul li a {
	font-size: 13px;
	color: #4b4b4d;
	text-transform: uppercase;
}

#menu ul li a:hover {
	color: #425da4;
	text-decoration: none;
}

#menu ul li.logout a {
	color: #425DA4;
}