@charset "utf-8";
/* CSS Document */

#wrapper1 {
	background-image: url(../images/header_in.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#banner {
	height:180px;
}
#search {
	height: 48px;
	width: 220px;
	background-image: url(../images/bg_search.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	top: 180px;
	right: 0px;
	padding-left: 10px;
}

