body {
  background-color: #000;
  background-image: url(../images/setup_bg.png);
  background-repeat: no-repeat; 
  background-position: top left;
  margin: 0px;
  padding: 0px;
  border: 0px;
  color: #FFF;  
}


#content {
	margin: 30px 40px 0 40px;
	width: 620px;
}

#content p {
	color: #C8C8C8;
	font-family: Arial, Helvetica, serif;
  font-size: 16px;
  line-height: 19px;
  margin: 5px 0px 5px 0px;
	font-weight: bold;
	width: 620px;
}


#install_button {
	background-image: url(../images/setup_btn_install.jpg);
  height: 106px;
  width: 620px;
  background-repeat: no-repeat; 
  background-position: top left;
  position: absolute;
  top: 153px;
}

#tutorial_button {
	background-image: url(../images/setup_btn_tutorial.jpg);
  height: 65px;
  width: 620px;
  background-repeat: no-repeat; 
  background-position: top left;
  position: absolute;
  top: 329px;
}

#install_button a, 
#tutorial_button a,
#next_button a,
#back_button a,
#launch_button a {
  display: block;  
  width: 100%;  
  height: 100%;  
  text-decoration: none;
  border: 0;
}

#install_button * p {
	font-family: Arial, Helvetica, serif;
  font-size: 36px;
  line-height: 30px;
  font-weight: bold;
  color: #27BBFF;
  padding: 10px 0px 0px 0px;
  text-shadow: -1px -1px 1px #000;
  text-align: center;
 }
 
 
 #tutorial_button * p {
	font-family: Arial, Helvetica, serif;
  font-size: 16px;
  font-weight: bold;
  color: #CCC;
  padding: 18px 0px 20px 0px;
  text-shadow: -1px -1px 1px #000;
  text-align: center;
 }


/* bottom section */

#bottom_nav {
	position: absolute;
  height: 65px;
  width: 100%;
  bottom: 0px;
	background-image: url(../images/setup_bot_bg.png);
  background-repeat: repeat-x; 
  background-position: top left;
}

#next_button {
	background-image: url(../images/setup_bot_btn.jpg);
  height: 24px;
  width: 108px;
  position: absolute;
  right: 40px;
  bottom: 22px;

}


input.next_button {
	background-image: url(../images/setup_bot_btn.jpg);
  height: 24px;
  width: 108px;
  position: absolute;
  right: 40px;
  bottom: 22px;
	border: 0px; 
	font-family: Arial, Helvetica, serif;
  font-size: 13px;
  font-weight: bold;
  color: #CCC;
  padding: 4px 0px 5px 0px;
  text-shadow: -1px -1px 1px #000;
  text-align: center;
}


#back_button {
	background-image: url(../images/setup_bot_btn.jpg);
  height: 24px;
  width: 108px;
  position: absolute;
  right: 155px;
  bottom: 22px;

}


#next_button * p, #back_button * p {
	font-family: Arial, Helvetica, serif;
  font-size: 13px;
  font-weight: bold;
  color: #CCC;
  padding: 4px 0px 5px 0px;
  text-shadow: -1px -1px 1px #000;
  text-align: center;
  margin: 0px;
}


h1 {
	color: #27BBFF;
	font-family: Arial, Helvetica, serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: normal;
}
h2 {
	color: #27BBFF;
	font-family: Arial, Helvetica, serif;
  font-size: 20px;
  line-height: 20px;
  font-weight: normal;
}


.input {
	background-color: #CCC;
	padding: 10px;
	width: 620px;
	height: 280px;
	font-family: Arial, Helvetica, serif;
  font-size: 16px;
	font-weight: bold;
  color: #333;
  position: absolute;
  top: 80px;
  left: 40px;

}

#camera_container {
	position: absolute;
  top: 80px;
  left: 330px;
}

#camera_container_confirmation {
	position: absolute;
	top: 120px; 
	lleft: 40px;
}

#camera_container_confirmation p {
	color: #CCC;
	text-align: center;
	font-family: Arial, Helvetica, serif;
  font-size: 18px;

}

#launch_button {
	background-image: url(../images/setup_btn_launch.jpg);
  background-repeat: no-repeat; 
  background-position: top left;
  width: 386px;
  height: 195px;
	position: absolute;
	top: 184px;
	left: 158px;
}


#launch_button * p {
	font-family: Arial, Helvetica, serif;
  font-size: 36px;
  line-height: 30px;
  font-weight: bold;
  color: #27BBFF;
  padding: 28px 0px 0px 0px;
  text-shadow: -1px -1px 1px #000;
  text-align: center;
  width: 384px;
 }
 
 #corner_logo {
 	position: absolute;
 	width: 143px;
 	height: 44px;
 	top: 15px;
 	right: 35px;
 }
 
 #install_word {
	font-family: Arial, Helvetica, serif;
  font-size: 36px;
  line-height: 30px;
  font-weight: bold;
  color: #27BBFF;
  padding: 30px 0px 30px 0px;
  text-shadow: -1px -1px 1px #000;
  text-align: center;
 }

 





