body {
	background-image: url('bg.jpg');
	background-repeat: repeat-x;
	background-color: #ffffff;
	margin: 0px 0px 0px 0px;
	padding:  0px 0px 0px 0px;
	background-attachment:fixed;
}

div.theblock[orient="portrait"] {
	position: absolute;
	left: 10px;
	top: 0px;
	margin: 0px 0px 0px 0px;
	padding:  0px 0px 0px 0px;
	width: 295px;
	height: 751px;
	background-image: url('theblock3.jpg');
	background-repeat: no-repeat;
	border: 0px solid red;
	
}

div.theblock[orient="landscape"] {
	position: absolute;
	left: 10px;
	top: 0px;
	margin: 0px 0px 0px 0px;
	padding:  0px 0px 0px 0px;
	width: 455px;
	height: 751px;
	background-image: url('theblock3.jpg');
	background-repeat: no-repeat;
	border: 0px solid blue;
	
}

.iphonefull {
	border: 0px solid red;
	display: block;
	position: absolute;
	width: 142px;
	height: 165px;
	top: 140px;
	left: 4px;
}

.ipadfull {
	border: 0px solid green;
	display: block;
	position: absolute;
	width: 142px;
	height: 165px;
	top: 140px;
	left: 147px;
}


.iphonefree {
	border: 0px solid blue;
	display: block;
	position: absolute;
	width: 142px;
	height: 165px;
	top: 355px;
	left: 4px;
}

.ipadfree {
	border: 0px solid yellow;
	display: block;
	position: absolute;
	width: 142px;
	height: 165px;
	top: 355px;
	left: 147px;
}

div.confirm {
	display: block;
}