@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	padding:0px;
	background-color:#ffda2b;
	background-image:url(_img/pattern.jpg);
	background-repeat:repeat-x;
	font-family:"Century Gothic", Verdana;
	font-size:14px;
	color:#a34520;
}
#divAll{
	width:960px;
	margin:auto;
	position:relative;
}
#divHeader{
	height:10px;	
}
#divLogo{
	position:absolute;
	left:25px;
	top:15px;
}
#divContent{
	min-height:500px;
}
#divFooter{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#2d1700;
	width:840px;
	height:35px;
	padding: 86px 40px 0px 40px;
	margin:auto;
	background-image:url(_img/bgFooter.gif);
}
