body {
  font-family: Arial, sans-serif;
	color: white;
  background: url(images/backgrounds/sview.jpg) black no-repeat;
  margin: 0;
  padding: 0;
	}
	
	iframe#main {
	  position: absolute;
		top: 41px;
		left: 25px;
		}
	
    span#ul_button img, span#ur_button img {
		  height: 39px;
			width: 127px;
			position: absolute;
			top: 462px;
			}
		
		span#ll_button img, span#lr_button img {
		  height: 33px;
			width: 121px;
			position: absolute;
			top: 507px;
			}
			
		span#ul_button img {
		  left: 244px;
			}
			
		span#ll_button img {
		  left: 251px;
			}
			
		span#ur_button img {
		  left: 380px;
			}
			
		span#lr_button img {
		  left: 379px;
			}
		
		
  	a#ul_panel img, a#ll_panel img, a#ur_panel img, a#lr_panel img {
		  height: 25px;
			width: 90px;
			position: absolute;
			border: 0px;
			}
		
		a#ul_panel img {
		  top: 508px;
			left: 541px;
			}
			
		a#ll_panel img {
		  top: 533px;
			left: 540px;
			}
			
		a#ur_panel img {
		  top: 507px;
			left: 631px;
			}
			
		a#lr_panel img {
		  top: 533px;
			left: 631px;
			}
		
  a#theme {
	  font: small Arial, sans-serif;
          color: green;
	  position: absolute;
	  top: 581px;
	  left: 310px;
	  }	