﻿body {
	background-color: #000099;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#Layer_Input {
	position: relative;
	top: 30px;
	width: 550px;	
	height: 300px;
	margin: 0px auto;
	background-image: url('StyleImages/bgr_input.jpg');
}
#Layer_Display {
	position: absolute;
	left: 305px;
	top: 0px;
	width: 189px;
	height: 66px;
}
#Layer_Text {
	position: absolute;
	left: 20px;
	top: 80px;
	width: 400px;
	height: 3000px;
	font-size: 14px
}
#Layer_Info {
	position: relative;
	top: 50px;
	width: 600px;	
	height: 500px;
	margin: 0px auto;
}
