@charset "utf-8";
/* CSS Document OnMobile WiFi-Market ver 1.0 */
body {
	background: url(images/bg.png) #FFFFFF;
	background-position: center;
	background-repeat: no-repeat;
	margin: 0;
}
a {
	text-decoration: none;
}
/* company branding */
#logo {
	position: absolute;
	width: 350px;
	margin: 0 auto;
	z-index: 1;
	top: 46px;
	text-align: center;
}
/* Login Page */
#login {
	background: url(images/DesireHD.png);
	background-repeat: no-repeat;
	position: relative;
	width: 350px;
	height: 631px;
	margin: 0 auto;
	margin-top: 20px;
}
/* software copyright */
#copyright {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.55em;
	color: #000000;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	width: 100%;
	height: 20px;
	margin: 0 auto;
	line-height: 20px;
}