@import url("tmp.css");
body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
}

#entry {
	position: absolute;
	background-image: url(../images/paper.gif);
	background-repeat: repeat-y;
	background-attachment:scroll;
	width: 460px;
	height: auto;
	top: 90px;
	left: 125px;
	font-family: Arial, Helvetica, sans-serif;
	color:#000066;
	font-size: 16px;
	line-height: 18px;
	padding-left: 72px;
	padding-top: 4px;
}
#header {
	position: absolute;
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
	top: 0px;
	left: 125px;
	width: 545px;
	height: 90px;
}
#side {
	position: absolute;
	background-image: url(../images/left.jpg);
	background-repeat: no-repeat;
	top: 0px;
	left: 0px;
	width: 670px;
	height: 600px;
}
#pageTop {
	position: absolute;
	background-image: url(../images/pageTop.gif);
	background-repeat: no-repeat;
	width: 533px;
	height: 56px;
	top: 90px;
	left: 125px;
}
img {
	background-image:url(../images/load.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	margin-left: 36px;
}
#hidden {
	visibility:hidden;
}
