/* resets every browser to the same settings  */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
img { border: none; }
table { border-collapse: collapse; border-spacing: 0; }
form { margin: 0px; }
/* end of resetting */
html, body{
	margin: auto;
	background-image: url("_design/bg.gif");
}
.centerer{
	margin: auto;
	height: auto;
	display: block;
	overflow: auto;
}
.middlebg{
	margin: auto;
	width: 820px;
	background-image: url("_design/bg_alt.png");
	background-repeat:repeat-y;
	background-position:center;
	overflow: auto;
	height: 100%;

}
.content{
	position: relative;
	left: 10px;
	width: 800px;
	height: 100%;
}
.endbg{
	margin: auto;
	position: relative;
	bottom:0px;
	left: 0px;
	background-image: url("_design/bg_end.png");
	width: 820px;
	height: 20px;
}