/* CSS Document */

body{
	
	background-color:#E1E3DE;
	background-position:top center;
	background-repeat:repeat-y;
	margin:0px;
	padding:0px;

}
div#bgTop{
	background-image:url(../images/bgTop.gif);
	background-position:top center;
	background-repeat:no-repeat;
	width:100%;
	height:29px;
	position:relative;
}

div#bgMiddle{
background-image:url(../images/bgMiddle.gif); 
	background-color:#E1E3DE;
	background-position:top center;
	background-repeat:repeat-y;
	width:100%;
	
}
div#bgBottom{
	position:relatve;
	background-image:url(../images/bgBottom.gif);
	background-position:bottom center;
	background-repeat:no-repeat;
	left:0;
	width:100%;
	bottom:0;
}