.offer a {text-decoration:none}
body {
	margin: 0px;
	background-image: url(../images/mobile_main_bg.jpg);
	background-repeat: repeat-x;
	background-color: #802464;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #390029;
	}
	
body p {
	margin: 0px;
	}
	
.offer {
	width: 198px;
	height: 256px;
	padding: 10px;
	background-color: #e8cee7;
	text-align: justify;
	}
	
.offer p {
	margin-bottom: 5px;
	}
	
.logo {
	border: 1px solid #390029;
	margin-bottom: 10px;
	}
	
.footer {
	background-image:url(../images/mobile_footer.jpg);
	background-repeat: no-repeat;
	height: 29px;
	padding-top: 10px;
	padding-left: 45px;
	color: #ffffff;
	}
	
.footer a {
	color: #ffff00;
	}


