html, body {
	margin:0;
	padding:0;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-color: #FFF;
	
}

#dots{
	background-image: url(../images/dots.png);
	background-repeat: repeat;
}


#wrapping{
	width: 877px;
	margin-right: auto;
	margin-left: auto;
	margin-top: auto;
	margin-bottom: 0px;
	background-position: center;
}


#bottom{
	height: 100%;
	width: 100%;
	background-image: url(../images/whitebg.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}

#top{
	height: 100%;
	width: 100%;
	background-image: url(../images/menubg.png);
	background-repeat: no-repeat;
	background-position: center top;
}

