body {
	background-color: #000000;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
}
#termwrapper {
  margin: 0px;
	text-align: left;
  padding: 7px;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}
#header {
	background-image: url(images/header.jpg);
	float: left;
	height: 205px;
	width: 770px;
}
#left_side_message {
	background-image: url(images/left_side_message.gif);
	float: left;
	height: 161px;
	width: 257px;
}
#right_side_stone {
	background-image: url(images/right_side_stone.jpg);
	float: right;
	height: 396px;
	width: 52px;
}
#left_side_under_message {
	background-image: url(images/left_side_under_message.jpg);
	float: left;
	height: 235px;
	width: 257px;
}
#stone_area {
	background-image: url(images/stone_area.gif);
	float: left;
	height: 396px;
	width: 461px;
}
#bottom_understone {
	background-image: url(images/bottom_understone.jpg);
	float: left;
	height: 45px;
	width: 770px;
}
#logos {
	background-image: url(images/logos.gif);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	height: 60px;
	width: 770px;
}
#terms {
	color: #999999;
	float: left;
	height: 150px;
	width: 740px;
	font-size: 12px;
	padding: 5px 15px 0px;
	margin: 0px;
	text-align: justify;
}
#choose_your_sign {
	background-image: url(images/choose_your_sign.jpg);
	float: left;
	height: 100px;
	width: 461px;
}
#enter_your_cell_number {
	background-image: url(images/enter_your_cell_number.jpg);
	float: left;
	height: 100px;
	width: 461px;
	background-color:#ff000;
}
#enter_your_pin {
	background-image: url(images/enter_your_pin.jpg);
	float: left;
	height: 100px;
	width: 461px;
}
#thank_you_message {
	background-image: url(images/thank_you_message.jpg);
	float: left;
	height: 274px;
	width: 461px;
}
#content {
	float: right;
	height: 396px;
	width: 513px;
}
a:link {
	color: #999999;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #999999;
}
a:active {
	color: #999999;
}
#cell_input {
	float: left;
	height: 20px;
	width: 461px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
#signs {
	float: left;
	height: 180px;
	width: 461px;
}
#continue_button {
	float: left;
	height: 101px;
	width: 461px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#pin_input {
	float: left;
	height: 30px;
	width: 461px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
}


/*thumbnail tableless layout
WARNING: SOURCE CODE MUST BE FREE OF WHITESPACE BETWEEN LI TAGS*/
#thumbnails {
	width: 461px;
	height:187px;
	float: left;
	margin: 0px;
	padding: 0px;
}

#thumbnails ul {
text-align:left;
margin: 0px;
padding: 0px;
}

#thumbnails li {
list-style-type: none;
margin:0px;
padding: 0px;
display: inline;
}

#thumbnails li img {
	/*eliminates gap below images in FF*/
vertical-align: bottom;
	margin: 0px;
	padding: 0px;
}

