/*tablet_landscape.css*/

body {
	/*font-family:HPLight, Arial, sans-serif;*/
	/*font-size:16px;*/	
	/*background-color: gray;*/
	background-color: #0096d6;
}

#hp_puma {
	position:absolute;
	left: 0px;
	top: 0px;
	width: 900px;
	height: 106px;
	padding: 0;
	margin: 0;
	overflow:hidden;
	/*border-style:solid;*/
	/*border-width:1px;*/
	/*width:900px;*/
	/*background-color:#eeeeee;*/
  	/*background-image: linear-gradient(#fefefe, #dfdfdf);*/
	/*background-image:url(../guide6.png);*/
}

#hp_puma.landscape {
    width:900px;
	height: 106px;
}
#hp_puma.portrait {
    width:750px;
	height: 89px;
}