html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background-color: black;
	font-family: Arial, Helvetica;
	color: #ccc;
	font-size: 11px;
	vertical-align: top;
}

.scrollbox {
	position: relative;
	width: 370px;
	height: 420px;
}

.tekst {
	position: relative;
	overflow: hidden;
	height: 422px;
	left: 0px;
	top: 0px;
}

.skroler {
	position: absolute;
	top: 0px;
	right: -16px;
	color: #333333;
}

.rightblock {
	text-align: right;
	position: absolute;
	top: 0;
	left: 456px;
	width: 395px;
	height: 100px;
	overflow: hidden;
}

h1 {
	margin: 0px;
	padding-bottom: 0px;
	font-size: 100%;
	font-weight: normal;
	padding-left: 62px;
}

a:hover {
	text-decoration: underline;
	color: #ff0000;
}
