body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
#container {
	width: 100%;
}
#header {
	background-image: url(/mobile/images/back.jpg);
	background-color: #8B00CF;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #6F00A4;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content {
	background-color: #FFF;
	padding: 10px;
}
#footer {
	background-color: #6F00A4;
	padding: 5px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #8B00CF;
	color: #FFF;
}
#footer ul {
	margin: 0px;
	padding: 0px;
}
#footer ul li {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #8B00CF;
	list-style-type: none;
}
#footer ul li a {
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	display: block;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}