body {
	padding: 0;
	margin: 20;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	min-width: 720px;
}
h1 {
	font-size: 12px;
}
p {
	font-size: 10px;
}
#frame {
	width: 740px;
	height: 600px;
	position: relative;
	margin: 0 auto;
	text-align: left;
}
#loginframe {
	width: 720px;
	height: 100px;
	position: relative;
	background-image: url(images/new_web_banner.jpg);
	background-repeat: no-repeat;
	margin: 0 auto;
	text-align: center;
}
#loginframeindex {
	width: 720px;
	height: 100px;
	position: relative;
	background-image: url(images/new_web_banner_index.jpg);
	background-repeat: no-repeat;
	margin: 0 auto;
	text-align: center;
}
#loginform {
	position: absolute;
	top: 16px;
	width: 360px;
	height: 50px;
	padding-left: 530px;
	z-index: 2;
}
#mainframe {
	width: 720px;
	height: 400px;
	position: relative;
	background: #ffffff;
	margin: 0 auto;
	text-align: center;
}
#footerframe {
	width: 719px;
	height: 75px;
	position: relative;
	margin: 0 auto;
	text-align: center;
}
.left {
	position: absolute;
	left: 0px;
	top: 10px;
}
.topcenter {
	float: center;
	text-align: center; 
}
.right {
	position: absolute;
	left: 730px;
	top: 10px;
}