html, body {
	height:100%;
	width:100%;
}
html, body, div, span, h1, h2, h3, h4, h5, h6, pre, a, em, font, img, sub, sup, fieldset, form, label, table, tbody, tr, th, td {
	border:0 none;
	margin:0;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:0;
	padding:0;
}
html, div, form {
	display:block;
}
body {
	font-size: 0.890em;
	line-height: 1.5em;
	font-family: verdana, arial, sans-serif;
}
#home {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -91px;
	margin-left: -193px;
	text-align: center;
}
#home a {
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
#home span {
	padding: 0 25px;
	line-height: 40px;
}
.body {
	position:absolute;
	width:100%;
	min-width:1000px;
	min-height:100%;
	_height:100%;
	top:0px;
	left:0px;
	background-color:#e71715;
}
.main-bg {
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	text-align:center;
	overflow:hidden;
      
}
.content {
	position:relative;
	z-index:2;
	width: 1000px;
	margin:0 auto;
}
