* {
	padding:0px;
	margin:0px;
}

html
{
	overflow: scroll;
}
body 
{
	background-image: url(../img/back-off.jpg);
	background-repeat: repeat;
	font-family: Verdana, Arial, "MS UI Gothic", Osaka, Helvetica, sans-serif;
}
#pageback {
	height: auto;
	width: auto;
	background-image: url(../img/back.jpg);
	background-repeat: repeat-x;
}
#page {
	width :800px;
	margin: 0 auto;
	background-repeat: repeat-y;
	background-image: url(../img/back-on.jpg);
}
#pageend {
	width: 800px;
	background-image: url(../img/back-e.gif);
	height: 28px;
	margin: 0 auto;
}
#pageleft {
	float: left;
	width: 10px;
}
#pageright {
	float: right;
	width: 10px;
}

#pageon {
	height: 100%;
	width: 780px;
	float: left;
	font-size:12px;
	display:block;
	padding:0px;
	margin:0px;

}


.separate {
	clear: both;
}
