@charset "utf-8";
html
{
	background-image:url(/img/bg.jpg);
	background-repeat:repeat;
}
body
{
	width:1024px;
	margin:0 auto;
}
#header
{
	background-image:url(/img/budor_02.jpg);
	background-repeat:no-repeat;
	height:131px;
	width:1024px;
	cursor:pointer;
}
#content
{
	background-color:#fbfaf8;
	font-family:'Trebuchet MS', Helvetica, Verdana, Arial;
}
#footer
{
	background-image:url(/img/budor_09.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#fefbf8;
	padding:15px 25px;
}
