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;
                        
                z-index:-10;}
                
@media screen and (max-width: 1024px)	{
											img.bg {		left: 50%;
                							margin-left: -512px; }
                						}

* {				padding:0px;
				margin:0px;
				font-family:arial, helvetica, 'san-serif;';}
					
img {			border:none;}

#container1 {	position:absolute;
				left:0px;
				bottom:0px;
				width:100%;
				height:100%;
				background-image:url('images/right_hands.png'); 
				background-repeat:no-repeat;
				background-position:bottom right;}

#container2 {	position:absolute;
				left:0px;
				bottom:0px;
				width:100%;
				height:100%;
				background-image:url('images/left_hands.png'); 
				background-repeat:no-repeat;
				background-position:bottom left;}
				
img#logo {		margin:50px 50px 30px 50px;}

div#viewer {	margin:20px auto;
				width:900px;}

div#info {		width:900px;
				margin:20px auto;
				text-align:center;
				color:#FFFFFF;
				font-size:80%;
				font-weight:100;}

div#info h1 {	font-weight:600;}

div#info h2 {	font-weight:100;}

div#info p {	font-size:80%;
				padding:30px 0px;}

div#info a {	color:#FFFFFF;
				text-decoration:none;
				font-weight:bold;}

div#info a:hover {
				color:#30DC02;}