/* start of the official template */

* {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    font-family: "lucida grande", "frutiger linotype", arial, sans-serif, helvetica;
}

html {
	overflow: hidden;
}

/* Layout */

body {
	background-color: #000000;
}
a:link, a:visited, a:active {
	color: #ada7a7;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	text-decoration: none;
}
/*
#index {
	position: absolute;
	width: 650px;
	height: 300px;
	margin-left: -325px;
	margin-top: -100px;
	left: 50%;
	top: 50%;
	overflow: hidden;
	visibility: visible;
	text-align: center;
}
*/
#languages {
	margin-top: 20px;
	font-size: 24px;
	color: #ada7a7;
}

