@charset "UTF-8";

#Left {
	float: left;
	height: 500px;
	width: 500px;
	overflow: hidden;
}
#Right {
	float: right;
	height: 500px;
	width: 500px;
}
#TekstFrame {
	height: 500px;
	width: 500px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#LeftTop {
	margin: 10px;
	width:480px;
	overflow:hidden;
}
#Button1 {
	height: 160px;
	width: 200px;
	margin-top: 60px;
	margin-left: 120px;
	text-align:center;
}
.buttonspacer {
	margin-top:10px;
}
