/*

GENERAL

*/

body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
}
a:link, a:visited, a:active {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
a.selected {
	color: #666666;
	text-decoration: none;
}
a {
  outline: none;
}
:focus {
  -moz-outline-style: none;
}

/*

STRUCTURE

*/

#container {
	position:absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	margin-top: -45px;
	margin-left: -50%;
}
#canvas {
	background-color: #FFFFFF;
	height: 90px;
	width: 100%;
	text-align: center;
}
#layout {
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	background-color: #FFFFFF;
}

/*

HEADER

*/

#header {
	position: relative;
	width: 960px;
	height: 90px;
}
#header div.leftcontent {
	float: left;
	margin-right: 20px;
}
#header div.rightcontent {
	float: right;
	margin-left: 20px;
}

/*

TOP NAVIGATION

*/

#topnavi {
	padding-top: 34px;
	float: left;
}
#topnavi ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#topnavi ul li {
	float: left;
	padding-right: 20px;
}
#topnavi ul li a:link, #topnavi ul li a:visited, #topnavi ul li a:active {
	display: block;
	background-position: 0% 0px;
}
#topnavi ul li a:hover {
	background-position: 0% -26px;
}
#topnavi ul li a.selected {
	background-position: 0% 26px;
}


