body { 
	background-image: url(../images/bg-light-orange-blue.jpg); background-repeat: repeat-x; 
	margin: 0;
  	padding: 0;
	font: 13px/1.2em "Lucida Grande", Arial, sans-serif;
  	color: #000;
	}

p { }

td { }

a {
	color: #888888;
}

a:link { }

a:visited { }

a:hover { }

a:active { }

img.shot {
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
img {
  border: 0;
}
h1 {
  z-index: 1;
  font: 2.2em "Georgia", "Times New Roman", serif;
  color: #E2D546;
  font-style: italic;
  font-weight: normal;
  margin: 0;
  margin-top:1.6em;
  position: relative;
  padding-right: 10px;
}
#about-cloud p, #info-cloud p, #video-cloud p, #closing-cloud p, #download-cloud p {
  z-index: 1;
  position: relative;
  font-size:0.9em;
  padding-right: 10px;
  color: #1A1917;
}
#about-cloud, #info-cloud, #video-cloud {
  position: absolute;
  width: 523px;
  height: 345px;
  text-align: center;
}
#download-cloud, #closing-cloud {
  position: absolute;
  width: 350px;
  height: 231px;
  text-align: center;
}
#closing-cloud {
	z-index: 0;
}
#about-cloud-handle, #info-cloud-handle, #video-cloud-handle, #closing-cloud-handle, #download-cloud-handle {
  cursor: move;
}