body {
	background-image: url('bg.jpg');
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

a {
	color: #C9E8FF;
	text-decoration: underline;
}
	a:hover {
		color: white;
		text-decoration: none;
	}

div.main {
	background-color: transparent;
	background-image: url('bg_alpha.png');
	border: 1px solid #333333;
	color: white;
}

div.page {
	text-align: justify;
}

	div.menu TD {
		background-image: url('bg_alpha.png');
		border: 1px solid black;
		font-weight: bold;
		color: white;
	}
		div.menu TD:hover {
			cursor: pointer;
			background-color: #374F72;
			color: #C9E8FF;
		}

div.styleswitch {
	color: white;
}

div.copyright {
	background-color: transparent;
	background-image: url('bg_alpha.png');
	font-size: 10px;
	border: 1px solid #333333;
	color: white;
}
