@charset "utf-8";
body {
	background: #FCC81D url(../web_image/background01.jpg) no-repeat fixed;
	margin-top: 30px;
}
#bottom {
	background: url(../web_image/bottomGIF.gif) no-repeat;
	height: 66px;
	width: 744px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
#dogs {
	height: 206px;
	width: 339px;
	background: url(../web_image/dogsGIF.gif) no-repeat;
	position: relative;
	top: -151px;
	left: 390px;
}
#logo {
	height: 170px;
	width: 704px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}

#top {
	background: url(../web_image/topGIF.gif);
	height: 460px;
	width: 744px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}
#middle {
	height: 350px;
	width: 744px;
	background: url(../web_image/middleGIF.gif) repeat-y;
	margin-right: auto;
	margin-left: auto;
}

img {
	border: none;
}#footer {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	font: 10px "Trebuchet MS";
	color: #9c250d;
	position: relative;
}

