@charset "utf-8";



body {
  	text-align: center;
  	margin: 0;
	padding: 0;
  }
.background {
	background-color: #EAF2F4;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	margin: 0px;
	height: auto;
	width: 779px;
	float: none;
	padding: 0px;
	top: 0px;
	text-align: left;
	position: static;
	
}
.background img {
	top: 10px;
	position: relative;
	left: 20px;
}
.backgroundcopyr {
	font-size: 12px;
	color: #999999;
	text-align: center;
}
