@charset "utf-8";
html {
width : 100%;height : 100%;
background : url('bg.png') right bottom no-repeat #fbdf96;
}
body {
	height :100%;
	color:#FFF;
	font-family: Verdana;
	font-size: 11px;
	margin: 0;
	text-align:center;
}

/*_________________________________________________________________  wrapper  */
div#wrapper {

	margin: 0 auto;
	width: 100%;
	margin-bottom: 20px;
	padding: 0px 0px;
}


#header {
	height: 200px;
	background : url(header.png) 250px 0px  no-repeat;
}

#pflow {
	height: 550px;
	width : 100%;
	color: #000;
}

#footer {
	clear : both ;
	text-align : center;
	margin : 0 auto;
	height : 40px;
	width : 100%;
	position : absolute;
	bottom:0px;
}
#footer ul {	list-style :none;}
#footer ul li {	display : inline ;}
#footer ul li a{color : #555;}
#footer ul li a:hover{color : #000;}

#logo {
	padding-top:0px;
	height:130px;
}

