body {
	font-size: small;
	font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
    background: url(../images/home-background.jpg) no-repeat top left;
}

#language {
	position: absolute;
	float: left;
	margin-top: 10px;
	margin-left: 180px;
	padding: 2px 5px;
}

#language table {
	font-size: 90%;
	float: left;
	font-weight: bold;
	text-align: center;
	list-style: none;
	background: #005;
	width: 160px;
}

#language a {
	color: #fff;
}

#language a:hover, a:active {
	color: #d00;
}

#main {
	position: absolute;
	float: left;
	margin-top: 180px;
	margin-left: 180px;
	padding: 2px 5px;
	width: 250px;
}

#main table {
	font-size: 100%;
	float: left;
	font-weight: bold;
	text-align: left;
	list-style: none;
	width: 250px;
}

#main table td {
	padding: 5px;
}


a:link {
	color: #005;
	text-decoration: none;
}

a:visited {
	color: #005;
	text-decoration: none;
}

a:hover, a:active {
	color: #d00;
}