html, body {
    margin: 0px;
	padding: 0px;
	text-align: center;
	background: url(images/bodyBg_01.jpg) repeat-x #fff; }

div.container {
	position:relative;
	width:1025px;
	height:769px;
	margin: 0 auto; }

div.index-01 {
	position:absolute;
	left:0px;
	top:0px;
	width:1025px;
	height:216px; }

div.index-02 {
	position:absolute;
	left:0px;
	top:216px;
	width:1025px;
	height:356px; }

div.index-03 {
	position:absolute;
	left:0px;
	top:572px;
	width:1025px;
	height:101px; }

div.index-04 {
	position:absolute;
	left:0px;
	top:673px;
	width:1025px;
	height:96px;
	text-align: left;
	background: url(images/index_04.jpg) no-repeat; }
	
form, input { margin: 0px; padding: 0px; }
	
.text {
    width: 166px;
	height: 19px;
	background: url(images/textbox_bg.jpg) top left no-repeat #fff;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #777;
	border: 1px solid #919191;
	margin: 0px;
	padding: 0px; }
	

.formbx, .formbtn {
    position: relative;
	display: block;
	float: left; }
	
.formContainer {
    position: relative;
    margin-left: 25px; }
	
	
	
	
	
	
