@charset "UTF-8";

body {
	margin: 0px;
	padding: 0px;
	background-color: #D82627;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
}
#wrap {
	background-image: url(../images/iphonometer.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 350px;
	width: 315px;
}
#wrap a {
	color: #FFFFFF;
}

#content {
	padding-top: 120px;
	text-align: center;
}

input
{
	color: #000000;
	border: 1px solid #FFFFFF;
	background-color: #C12923;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}
#mary {
	position: absolute;
	z-index: 1;
	left: 14px;
	top: 323px;
	width: 293px;
	color: #990000;
	font-size: 80%;
	text-align: center;
}
#mary a {
	color: #990000;
	text-decoration: underline;
}
#mary a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #990000;
}
h1 {
	font-size: large;
	font-weight: bold;
}
