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

body {
	padding:150px 0 0 0;
	background:#000000 url(images/bg_body.jpg) left top no-repeat;	
}
#global {
	width:1009px;
	margin:0 auto;

	padding-bottom:80px;


}
#header {
	background:url(images/header.png) left top no-repeat;
	height:11px;
}
#footer {
	background:url(images/footer.png) left top no-repeat;
	height:19px;
	color:#000000;
	
}
#middle {
	background:url(images/content.png) left top repeat-y;
	padding:11px 29px 0 21px;
}
#topheader {
	width:1009px;

}
#topheader #logo {
	display:block;
	width:293px;
	height:63px;
	background:url(images/logo.png) left top no-repeat;
	margin-bottom:2px;
	clear:both;
}
#topheader #slogan {
	width:521px;
	height:31px;
	background:url(images/slogan.png) left top no-repeat;
	margin-bottom:9px;clear:both;
}
.inside{
padding:0;
margin:0;
}
