html,body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:8px;
	color:#000000;
	min-width: 700px;
	min-height: 510px;
	background: url("images/background.jpg") no-repeat center center white;
	}
#doublecontainer{
	padding-top: 35px;
	height:520px;
	width: auto;
	line-height:14.5px;
    margin:0px auto;
	background: url("images/doublebook.png") no-repeat top center;
}
#singlecontainer{
	padding-top: 35px;
	height:520px;
	width: auto;
	line-height:19px;
    margin:0px auto;
	background: url("images/singlebook.png") no-repeat top center;
}

