body {
	margin: 0px;
	padding: 0px;
	background-image: url(../img/bgbody.png);
	background-attachment: fixed;
	background-color: Silver;
	color: Blue;
	font-family: Arial;
}

div#page {
	margin: 150px 0px;
	width: 900px;
	height: 300px;
	background-image: url(../img/splash1.png);
	background-repeat: no-repeat;
	background-position: top center;
}

table#content {
	margin: 40px 0px;
	width: 600px;
	height: 300px;
}

a.text {
	text-decoration: none;
	color: Blue;
}

a.text:hover {
	color: Red;
}

a.text:visited {
	color: Red;
}

a.lang {
	font-weight: bold;
	color: Blue;
}

a.lang:hover {
	color: Red;
}

a.lang:visited {
	color: Red;
}