html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

div#content {
	margin-top: -250px;
	margin-left: -387px;
	position: absolute;
	top: 50%;
	left: 50%;
}

/* Ugly hack until all browsers support rgba */

#left {
	background-image: url(bg.png);
}
* html body #left {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='bg.png',sizingMethod='scale');
}
* html body #leftie {
	position: relative;
}

div#left {
	display: block;
	position: absolute;
	left: 30px;
	top: 50px;
	float: left;
	width: 465px;
}
div#left p {
	margin: 25px;
	font-size: 18px;
	font-weight: bold;
	font-family: Verdana;
	line-height: 140%;
	text-align: justify;
	color: #000;
}
div#menu {
	background: url(../images/background.jpg) no-repeat;
	width: 773px;
	height: 471px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
div#menu_list {
	position: absolute;
	left: 510px;
	top: 55px;
	width: 263px;
}
div#menu_list ul {
	list-style: none;
}

div#menu_list ul li {
	list-style: none;
	margin-left: 0;
	padding: 10px;
	font-family: "Verdana";
	font-weight: bold;
	font-size: 30px;
	height: 40px;
}

div#menu_list ul li a {
	color: #000000;
	text-decoration: none;
}

div#menu_list ul li a:hover {
	color: #000000;
	border-bottom: 3px solid;
}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 0;
}

p.copyright {
	text-align: center;
	font-family: Georgia;
	font-size: smaller;
}

