body {
	scrollbar-3dlight-color:FFFFFF;
	scrollbar-arrow-color:FFFFFF;
	scrollbar-base-color:FFFFFF;
	scrollbar-darkshadow-color:FFFFFF;
	scrollbar-face-color:000000;
	scrollbar-highlight-color:000000;
	scrollbar-shadow-color:000000;
	scrollbar-track-color:FFFFFF;
	background-color: #FFFFFF;
}

html, body, #wrapper {
	margin: 0px;
	padding: 0px;
	border: none;
	text-align: center;
}

#wrapper {
	margin: 0px auto;
	text-align: left;
	vertical-align: middle;
	width: 100%;
	position: absolute;
	
	left: 0px;
	background-color: #FFFFFF;
	height: 100%;
}

a:link {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

.language {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	margin-right:48px;
	padding:0px;
}