@charset "utf-8";
.body {
	background-image: url(image/background.png);
	background-repeat: repeat-x;
	background-position: left top;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}
.inner_body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999999;
	width: 950px;
}
.banner_1{
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	width:210px;
	background-image: url(image/banner_1.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 0px;
	font-size: 12px;
	height: 240px;
	top: 0px;
}
.banner_txt{
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	width:175px;
	padding-left:19px;
	font-size: 10px;
}
.banner_2{
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	width:210px;
	height:200px;
	font-size:12px;
	background-image: url(image/banner_2.png);
	background-repeat: no-repeat;
	background-position: left top;
   }
.banner_3{
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	width:200px;
	height:210px;
	font-size:12px;
	background-image:url(image/banner_3.png);
	background-repeat:no-repeat;
	background-position:left top;
	margin-top: 7px;
}
.banner_4{
	font-family:Calibri;
	color:#999999;
	width:200px;
	height:300px;
	font-size:16px;
	background-image:url(image/banner_4.png);
	background-repeat:no-repeat;
	background-position:left top;
}

#tip{
	position:absolute;
	height:50px;
	width:80px;
}

#tiptxt{
	position:absolute;
	margin-left:0px;
	font-family: "Akzidenz-Grotesk Pro Regular";
	font-size: 14px;
	color: #545D96;
	
}
