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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00474C;
	line-height: 17px;
}

.container {
	height: 700px;
	width: 843px;
	position: relative;
	align: center;
    margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}

.title {
	background-color: #FFFFFF;
	width: 120px;
	height: 700px;
	position: absolute;
	top: 0px;
	left: 0px;
}

.menu {
	background-color: #FFFFFF;
	width: 175px;
	height: 320px;
	position: absolute;
	top: 0px;
	left: 140px;
}

.info {
	background-color: #FFFFFF;
	width: 175px;
	height: 362px;
	position: absolute;
	top: 340px;
	left: 140px;
}

.mainwindow {
	background-color: #FFFFFF;
	width: 540px;
	height: 700px;
	position: absolute;
	top: 0px;
	left: 335px;
}
 
