body {
	background-color: #57caff;
	margin: 0;
	text-align: center;
	font-family: verdana; font-size: 13px;
}

div#root {
	position: relative;
	width: 1200px;
	margin-right: auto; margin-left: auto;
	text-align: left;
	background-image: url("gfx/bg.png");
	background-repeat: repeat-y;
}

div#root div#login-area {
	position: relative;
	width: 100%; height: 48px;
	background-image: url("gfx/login.png");
}

div#root div#login-area div#login-text {
	position: relative;
	width: 610px; height: 35px;
	top: 20px; left: 570px;
	color: #000;
}

div#root div#header {
	position: relative;
	width: 100%; height: 288px;
	background-image: url("gfx/2.png");
}

div#root div#navigation-area {
	position: relative;
	width: 100%; height: 99px;
	background-image: url("gfx/navigation.png");
	text-align: center;
}

div#root div#navigation-area div#navigation-text {
	position: relative;
	width: 100%; height: 20px;
	top: 40px;
	margin-right: auto; margin-left: auto;
	text-align: center;
}

div#root div#content-top-area {
	position: relative;
	width: 100%;
	background-image: url("gfx/content-top.png");
	background-repeat: no-repeat;
	z-index: 1;
	text-align: center;
}

div#root div#content-top-area div#content-top-text {
	position: relative;
	top: 40px;
	line-height:2;
	width: 60%;
	background-color: #fff;
	margin-right: auto; margin-left: auto;
	text-align: justify;
	left: -4px;
	overflow: hidden;
}

div#root div#content-bottom{
	position: relative;
	width: 100%; height: 336px;
	background-image: url("gfx/content-bottom.png");
	z-index: 0;
	/* margin-top: -110px; */
}
