﻿html{	height: 100%;}body{	height: 100%;	background: url(Images/bg.gif) repeat-y center;}#maincontainer{	position: relative;	margin: 0px auto auto auto;	width: 1024px;	height: 100%;	background-color: #FFFFFF;}#mainframe { 	width: 100%; 	background-color: #FFFFFF;}#banner-area { 	position: absolute; 	top: 0px; 	left: 0px; 	width: 100%; 	height: 120px; 	border-bottom: 1px solid #379FDF; }#banner-text { 	position: absolute; 	top: 25px; 	left: 35px; 	z-index: 2;}.banner-site-name{	font-size: 24px;	font-weight: bold;	color: #379FDF;}.banner-login-name{	font-weight: bold;}.banner-logout{	font-weight: bold;	color: #000000;	text-decoration: none;}#banner-logo { 	position: absolute; 	top: 25px; 	right: 35px; 	width: 372px;	height: 69px;	z-index: 1;}#module-menu-area { 	position: absolute; 	top: 98px; 	left: 20px;	height: 22px;}#content-area { 	position: absolute; 	top: 120px; 	left: 0px; 	width: 100%; 	overflow: auto;}