* {

	margin			: 	0px;

	padding			: 	0px;

	border			: 	none;

}

html, body {

	background		: 	#E1E1E1;
	font-family		: 	verdana;
	font-size		: 	9px;
	line-height		: 	11px;
	color			: 	#817b7b;

}

html {

	overflow		: 	-moz-scrollbars-vertical;
	}

#container {
	position		:	absolute;
	left			: 	50%;
	top				: 	50%;
	margin-left		: 	-480px;
	margin-top		: 	-260px;
}

.tekst	{
	font-family		: 	verdana;
	font-size		: 	9px;
	line-height		: 	11px;
	color			: 	#817b7b;
	margin-left		: 	2px;
}

a {
	font-family		: 	verdana;
	font-size		: 	9px;
	line-height		: 	11px;
    text-decoration	:	None;
    color			: 	#817b7b;
}
    
a:hover {
	font-family		: 	verdana;
	font-size		: 	9px;
	line-height		: 	11px;
    text-decoration	:	underline;
    color			: 	#817b7b;
}
