#touchPad20
{ 
	width: 90%; 
	height: 80vh; 
	margin: 20px auto; 
	padding: 20px; 
	background: white; 
	background-repeat:no-repeat;
	background-image:url(../images/default.jpg);
	background-position:center center;
}

#touchPad2
{ 
	width: 98%; 
	height: 98vh; 
	margin: 5px auto; 
	padding: 5px; 
	background: white; 
	-moz-box-shadow: 0 0 5px black; 
	-webkit-box-shadow: 0 0 5px black; 
	box-shadow: 0 0 5px black; 
	background-image:url(../images/default.jpg);
	background-repeat:no-repeat;
	background-position:center center;
}
img.bg 
{
			/* Set rules to fill background */
			min-height: 100%;
			min-width: 1024px;
			
			/* Set up proportionate scaling */
			width: 100%;
			height: auto;
			
			/* Set up positioning */
			position: fixed;
			top: 0;
			left: 0;
}

#page-wrap2 
{ 
	position: absolute; 
	left : 10px;
	bottom : 10px;
	z-index: 4;
	width: 160px; 
	margin: 20px auto; 
	padding: 20px; 
	background: white; 
	-moz-box-shadow: 0 0 20px black; 
	-webkit-box-shadow: 0 0 20px black; 
	box-shadow: 0 0 20px black; 
}
