body {
	background: url("../img/computer.png") no-repeat fixed center bottom;
}
#container {
	display: block;
	margin: 0 auto;
}
#gui {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 999999;
	border: 0;
	display: none;
}
#iframe_border {
	position: absolute;
	top: 2%;
	left: 3%;
	z-index: 999999;
	width: 90%;
	height: 80%;
	border: 20px ridge lightgray;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	display: none;
}
#computer {
	width: 750px;
	height: 750px;
	background: url("../img/computer.png") center no-repeat;
	position: relative;
	display: block;
	margin: 0 auto;
	margin-top: 60px;
	text-align: center;
}
#logo {
	position: relative;
	display: block;
	margin: 0px auto;
	width: 500px;
}
#loader {
	margin: 20px;
}
#graafinen {
	background-color: lightgray;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	box-shadow: 5px 6px 1px black;
	font-size: 1.2em;
	margin: 60px 10px 0;
	padding: 15px;
}