
/**********************
Set the container to android 480px x 800px (htc desire)
*************************/

body.bland {
	background-color: #dbdbdc;
	background:url(bg_bland.png) no-repeat;
}

.bland #bg {	
	display:none;	 
}

.bland p.floatingText {
	color:#222;
	margin-left:10px;margin-right:10px;
}

/****************** Clouds, planesa dn glass style  ******************/
.bland .bgLayer {display:none;}

/****************** end of that  ******************/
					
/*** Body Content ***/
.bland #wrapper {	 
	width:100%; 
	position:relative; 
	top:0; left:0;
	z-index:10; 
	/*border: 1px solid red; */
}

.bland .box {		
	display:none;
}

.bland h2 { 
	padding: 6px 12px; 
	z-index: 11;		
	font-weight:bold;
	font-size:120%;
	letter-spacing:1px;
	color:#fff;
	text-shadow: 0px 1px 0px rgba(0,0,0,0.6);
}



