html {
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0px;
}
#contents {
	width: 98%;
	padding: 0px;
}
body {
	margin-top: 0px;
	background-color: #FFFFFF;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	text-align: left;
	padding-left: 8px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 5px;
}
#preload {
	position: relative;
	top: 100px;
}
#title {
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-weight: bold;
	margin-bottom: 5px;
	font-size:10px;
}
#contents a:link{
	color: #949494;
	text-decoration: none;
}
#contents a:visited{
	color: #949494;
	text-decoration: none;
}
#contents a:hover{
	color: #CCCCCC;
	text-decoration: underline;
}

#kwadrat{
	display:none;
}

