body {
    margin: 0;
    font-family: Helvetica;
    background: #FFFFFF;
    color: #000000;
    overflow:hidden;
}
.container {
    position: absolute;
    width: 100%;
}

body[orient="profile"] .container {
    height: 416px;
}

body[orient="landscape"] .container {
    height: 268px;
}

.toolbar {
    position: absolute;
    padding: 10px 0;
    width: 100%;
    height: 20px;
    font-size: 20px;
    font-weight: bold;
	color: #FFFFFF;
    text-align: center;
    text-shadow: #3F4E63 0px -1px 1px;
    background: url(iPhoneToolbar.png) #8191AA repeat-x;
}

body[orient="landscape"] .toolbar {
    font-size: 20px;
}

.anchorTop {
    top: 0;
}

.anchorBottom {
    border-top: 1px solid #3f4e63;
    padding-bottom: 9px;
    bottom: 0;
}

.center {
    position: absolute;
    top: 40px;
    bottom: 40px;
	width: 100%;
	text-align: center;
}

body[orient="landscape"] .center {
    top: 40px;
    bottom: 40px;
    width: 100%;
}

#CB {
    position: absolute;
    top: 20px;
	left: 50px;
	width: 220px;
	height: 180px;
	text-align: center;
	background: url(wholeCookie.jpg) no-repeat;
}
#CA {
    position: relative;
    top: 20px;
	left: 30px;
	width: 100%;
	height: 180px;
	text-align: center;
	background: url(fortuneCookie.jpg) 0% 0% no-repeat;
	visibility: hidden;
	overflow: hidden;
}
#fortuneTXT {
    position: relative;
    top: 60px;
	left: 100px;
	width: 240px;
	height: 50px;
	text-align: center;
	overflow: hidden;
	font-size:  10pt;
}
#instructions {
    position: absolute;
    top: 210px;
	left: 10px;
	width: 300px;
	height: 300px;
	text-align: center;
	overflow: hidden;
	color: #333333;
}
#instructions a{
    color: #333333;
}
#instructions a:visited{
    color: #333333;
}

#google-ads {
    position: absolute;
    top: 325px;
	left: 10px;
	width: 300px;
	height: 70px;
	text-align: center;
	overflow: hidden;
}

body[orient="profile"] #google-ads {
    top: 325px;
	left: 10px;
}
body[orient="landscape"] #google-ads {
    top: 195px;
	left: 100px;
}