#main_box {
	height: 834px;
	width: 799px;
	float: left;
	background-image: url(../images/intro2_reflect.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-top: 25px;
}
#enter_area {
	float: left;
	width: 789px;
	height: 50px;
	margin-top: 350px;
	padding-left: 10px;
}
#web_address {
	height: 32px;
	line-height: 16px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	color: #333;
	float: left;
	padding-top: 9px;
	padding-bottom: 9px;
}
#enter_button {
	float: right;
	height: 50px;
	margin-right: 10px;
}
#enter_button a:link, #enter_button a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	line-height: 50px;
	color: #F4931E;
	text-decoration: none;
	float: right;
	font-weight: bold;
}
#enter_button a:hover, #enter_button a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	line-height: 50px;
	font-weight: bold;
	color: #000;
	float: right;
}

