@charset "utf-8";
/* CSS Document */

body, html {
	margin: 0px auto;
	padding: 0px;
	background: #dcdbdd;
	font: 12px "Times New Roman", Times, serif;
	color: #a36d82;
}
h1 {
	font-weight: bold;
	color: #999999;
	font-size: 16px;
}
#horizon {
	color: #FFFFFF;
	background-color: transparent;
	text-align: left;
	position: absolute;
	display: block;
	height: 1px;
	width: 100%;
	overflow: visible;
	visibility: visible;
	left: 0px;
	top: 50%;
}
#container {
	background: #FFFFFF;
	position: absolute;
	width: 900px;
	height: 650px;
	margin-left: -450px;
	left: 50%;
	top: -325px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
#leftPanel {
	position: relative;
	height: 650px;
	width: 450px;
	background: #e4cac7;
}
#textBox {
	position: absolute;
	height: 520px;
	width: 420px;
	left: 22px;
	top: 72px;
	color: #a36d82;
	font-size: 12px;
}
#webbrowser {
	position: absolute;
	height: 20px;
	width: 200px;
	left: 10px;
	bottom: 1px;
}
