html, body { 
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	position:relative;
}
html { background: url('../files/images/bg-tile.jpg') repeat;background-attachment: fixed; }
body { background: url('../files/images/shadow-top.png') repeat-x;}

div#page {
	height: 100%;
	width: 756px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	background-color: #fbebd1;
}

div#scroll {
	margin: 0;
	height: 100%;
	overflow: auto;
}
div#content {
	margin: 52px 28px;
}
.vborder { background-repeat:repeat-y;width:66px;height:100%;position:absolute;z-index:10; }
.hborder { background-repeat:repeat-x;height:66px;width:100%;position:absolute;z-index:10; }

table.price { border-collapse:collapse; }
table.price td { border:1px solid #765827; }
tr.info { background: #e3c38f; }

div.contact {
	width: 200px;
	margin: 0;
	padding: 0;
}

