/*  Fone v1.0, an XHTML template for mobile web pages  www.QRdvark.com/templates/fone/  */
/*  Copyright 2011 Azalea Software, Inc. 20mar11 */
/* 'Fone' by Azalea Software, Inc. is licensed under the Creative Commons Attribution 3.0 Unported License (CC BY 3.0) */
/* CSS by Muthu http://discoverweb.info  */

* {
 -webkit-text-size-adjust:none;
}
body {
	background-color:#FFF;
	margin: 0px;
	padding: 0px;
	background: url("images/bg.jpg") repeat-x scroll 0 -125px transparent;
}
.content {
	padding: 0px;
	color: #000;
	margin: 10px;
}
.footer {
	padding: 10px;
	background: url("images/bg.jpg") repeat-x scroll 0 -173px transparent;
	margin:0 -10px;
	text-align: center;
}
.poweredby {
}
.imgRight {
	float: right;
	margin: 15px;
	clear: both;
	-webkit-box-shadow: 0 0 15px #000;
}
.imgLeft {
	float: left;
	margin:15px;
	clear: both;
}
