html {
	font-size: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
body {
	
    background: #fff;
	background-image: url('bg.jpg');
	background-repeat: repeat;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	color:	#222222;
}

a {
    color: #e81880;
    text-decoration: none;
    font-weight: 700;
}
a:active { color: #FCEE4B; }
a:hover { color: #187E10; }

h1 {
	background:#ddd;
	margin-top:5px;
	font-weight:bold;
}

h1 a {
	color:#000;
}

#content {
	text-align:center;
	width:100%;
}

#logo {
	width:100%;
	max-width:904px;
}

#card {
	margin:10px auto 0 auto;
	max-width:350px;
	background:#fff;
	padding: 5px;
	border-radius: 10px;
	border:5px solid #e81880;
}

#copyright {
	font-size:11px;
}
