html{
	background-attachment:scroll;
}
body{
	background-color:#21180e;
	background-image:url(../images/bgBrun.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	height:100%;
	width:100%;
	margin:0px;
	padding:0px;
	overflow:auto;
}
#zoneTxt{
}