body {
	background: #000 url('../img/pulpit.png') no-repeat;
	font-family: "Courier New";
	font-size: 13px;
}

#terminal {
	background-color: #b9fd9a;
	color: #007274;
	border: 0px solid grey;
	height: 525px;
	width: 879px;
	position: absolute;
	left: 100px;
	overflow-y: scroll;
	top: 230px;
}

#content {
	padding: 5px;
}

input {
	border: 0;
	background-color: transparent;
	color: #007274;
	font-family: "Courier New";
	font-size: 12px;
	width: 800px;
}
.dinput {
	height:500px;
}
#logo {
	background:url('../img/StudioKodum.gif');
	position:absolute;
	top:0px;
	right:30px;
	height:160px;
	width:223px;
	z-index:1;
}
#fb {
	position:absolute;
	bottom:0px;
	right:0px;
	background-color:#fff;
	z-index:10;
}