/* Colors of the site:
	background: #8dc4df
	text: #000
*/

body {
	background-color: #8dc4df;
	font-family: Cambria, Arial, serif;
	font-size: 13px;
	margin: 0px 0px 0px 0px; 
}

img {
	border: 0px ;
}

a, a:active {
	text-decoration: none;
}

#mainContainer {
	width: 1000px;
	height: 670px;
	text-align: left;
	border: 0px solid black;
	background-image: url(images/iPhoneBigPage.jpg);
	background-repeat: no-repeat;
}

#tableContainer {
	width: 100%;
	height: 100%;
	border: 0px solid black;
	padding: 0px;
	border-spacing: 0px;
}

#bigBox {
	position: relative;
	width: 1000px;
	height: 580px;
	border: 0px solid yellow;
}

#noobContainer {
	position: relative;
}

.noobIndexImages{
	position:absolute ;
	width: 270px;
	height: 180px;
	overflow:hidden;
	left: 230px;
	top: 118px;
}

.noobIndex2Images{
	position:absolute;
	width: 180px;
	height: 270px;
	overflow:hidden;
	left: 780px;
	top: 80px;
}


#itemsContainer {
	position: absolute;

}

#goAppStore {
	position:absolute;
	width: 290px;
	height: 105px;
	left: 640px;
	top: 450px;
}


#textBox {
	position:absolute;
	width: 590px;
	height: 105px;
	left: 20px;
	top: 380px;
	font-size: 16px;
	padding-left: 20px;
}

#claimBox {
	position:absolute;
	width: 390px;
	height: 60px;
	left: 170px;
	top: 360px;
	font-size: 15px;
	font-weight: bold;
}

#priceBox {
	position:absolute;
	width: 250px;
	height: 30px;
	left: 660px;
	top: 555px;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

#rulesBox {
	position:absolute;
	width: 160px;
	height: 200px;
	left: 590px;
	top: 90px;
	font-size: 14px;
}


