@CHARSET "UTF-8";

body {
	background: url('../img/bg.jpg') no-repeat top left;
}

#konsole {
	position: relative;
	top: 167px;
	left: 310px;
	width: 500px;
	height: 340px;
	color: white;
	padding: 10px 10px;
	overflow: hidden;
    font-size: 11px;
}

.scroll-up {
	position: absolute;
	top: 10px;
	right: 10px;
}

.scroll-down {
	position: absolute;
	bottom: 10px;
	right: 10px;
}
