@charset "utf-8";
/* CSS Document */

/*html & body*/
html , body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #fabb4d;
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
}

/*container*/
#container {
	width: 955px;
	background-image: url(../images/layout/main_bg.gif);
	background-repeat: repeat-y;
	background-color: #fee32e;
	margin: auto;
	padding: 0;
	min-height:100%;
}

* html #container {
	height:100%;
}

#bg {
	width: 955px;
	background-image: url(../images/layout/top_bg.gif);
	background-repeat: no-repeat;
	margin: auto;
	padding: 0;
}

/*footer*/
#footer {
	margin: auto;
	padding: 0;
	width: 955px;
	background-image: url(../images/layout/main_bg.gif);
	background-repeat: repeat-y;
	height:20px; 
	margin-top:-20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #f59c00;
	text-align: left;
}

#footer p{
	margin: 0px;
	padding: 0 0 0 18px;
}