body {
	background-color: #FFFFFF;
	font-family: sans-serif;
}
.style1 {
	font-size: 14px;
}
.style7 {
	font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    font-variant: normal;
}
.style8 {
	color: #666666;
	font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    font-variant: normal;
	
}
.outer {
width:100%;
height: 100%;
}
.container {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 500px;
  height: 270px;

}
.header, .content, .footer {
    text-align: center;
}
.header img {
	height: 44px;
}
.footer-line {
	border-top: 1px solid #808080;
	width: 100%;
}