@charset "utf-8";
/* CSS Document */

#divBanner {
	background-attachment: scroll;
	background-image: url(/images/banner/bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px -50px;
	height: 100px;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	clear: none;
	float: left;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	visibility: visible;
}
#divBanner #imgSpray {
	clear: none;
	float: left;
	position: relative;
	margin-top: 6px;
}
#divBanner #imgPCIN {
	clear: none;
	float: left;
	position: relative;
	margin-top: 15px;
	margin-right: 25px;
	margin-left: 10px;
}
#divBanner #imgURL {
	position: relative;
	clear: left;
	float: left;
	margin-top: -30px;
	margin-left: 10px;
}

#divBanner #imgPCIN img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#divBanner #imgURL img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#divBanner #imgSpray img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

