body {
	font-size: 14px;
	font-family: "Myriad Pro", Verdana;
	color: black;
	padding: 0px;
	margin: 0px;
	height: 100%;
}

img#bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#content {
	position: relative;
	z-index: 1;
	margin: 15px;
	width: 550px;
	padding: 5px;
	background-color: #ffffff;
}

#menu {
	border-bottom: 1px solid black;
}

a {
	color: black;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
}

