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

#topimg {
	margin: 0px;
	padding: 0px;
	height: 200px;
	width: 1000px;
}
div.bg {
	width: 1000px;
	height: 200px;
	margin: 0;
	background-image: url(../topimg/topimg.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}