body {
	background-color: #000000;
	margin: 0px;
}
#s1 {
	width: 50%;
	height: 270px;
	background: url(../images/home_01.jpg) no-repeat right bottom;
}
#s2 {
	width: 50%;
	height: 270px;
	background: url(../images/home_02.jpg) no-repeat left bottom;
}
#s3 {
	width: 50%;
	height: 270px;
	background: url(../images/home_03.jpg) no-repeat right top;
}
#s4 {
	width: 50%;
	height: 270px;
	background: url(../images/home_04.jpg) no-repeat left top;
	vertical-align: top;
}
#f_container {
	width: 200px;
	height: 84px;
	position: relative;
	left: -68px;
	top: 84px;
	vertical-align: top;
}
#f_container a img {
	border: none;
}
#b_container {
	position: relative;
	float: right;
	left: 14px;
	top: -55px;
	width: 28px;
	height: 29px;
}
#c_container {
	text-align: center;
	position: relative;
	top: 5px;
}
#d_container {
	width:300px;
	height:70;
	position: relative;
	top: 70px;
	left: -150px;
}
.inputField {
	width: 120px;
	height: 20px;
	border-top: 1px solid #666600;
	border-left: 1px solid #666600;
	border-right: 1px solid #cc9900;
	border-bottom: 1px solid #cc9900;
	display: block;
	margin: 0px 0px 2px 0px;
}