body {
	margin: 0;
	padding: 0;
	text-align: center;
}

#global {
	width: 820px;
	margin: 15px auto;
	padding: 0 0 30px 0;
	border: 1px solid #800000;
	background: url('fabridalle-content-bottom.gif') 100% 100% no-repeat;
}

#main {
	height: 330px;
	background: url('splash.gif') 50px 50px no-repeat;
}

#logo {
	width: 820px;
	height: 150px;
	text-align: left;
}

#logo img {
	display: block;
	border: none;
	margin: 0;
}

#menu {
	text-align: left;
	font-size: 20px;
	font-family: Times New Roman, Times, Georgia;
	/*background: transparent url('loading.gif') 430px 60% no-repeat;*/
	padding: 35px 30px 15px 500px;
}

#menu a {
	font-weight: bold;
	color: #800000;
	text-decoration: none;
	padding: 10px;
}

#menu a:hover {
	color: #777;
	text-decoration: underline;
}

