* {
	margin:0;
	padding:0;
	border:0;
}
html {
	width:100%;
	height:100%;
	min-width:400px;
	min-height: 450px;
}
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color:#000;
	background-color:#fff;
	width:auto;
	min-width:400px;
	height: auto;
	min-height: 450px;
}
.outerWrap {
	display: block;
	height:100%;
	width:100%;
	position:relative;
}
.contentWrap {
	display: block;
	width:360px;
	height:410px;
	position:absolute;
	padding:20px;
	top:50%;
	left:50%;
	margin: -225px 0 0 -200px;
}
.contentItem {
	width:100%;
	vertical-align: middle;
	text-align: center;
}
.img {
	padding-bottom: 110px;
}
h1 {
	font-weight: normal;
	font-size: 12px;
	margin-bottom: 10px;
}
h1 span {
	font-weight: bold;
	color: #c20d2e;
	font-size: 18px;
}
p {
	margin-bottom: 10px;
}
a { text-decoration: none; color: #000; }
a:visited {	text-decoration: none;	color: #000; }
a:hover { text-decoration: none; color: #c20d2e; }
a:active { text-decoration: none; color: #c20d2e; }