body{
	margin: 0;
	padding: 0;
	background: url(../img/card.jpg);
	background-repeat: repeat;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
}
.content {
	display: block;
	width: 900px;
	background: #ffffff;
	margin: 0 auto;
	height: 1070px;
}
.about {
	display: block;
	position: relative;
	left: 20px;
	top: 20px;
	font-size: 16px;
	color: #0000CC;
	text-decoration: none;
}
.about:hover{
	text-decoration: underline;
}
.rightBlue {
	width: 700px;
	background: #000099;
	height: 85.5pt;
	float: right;
	display: inline-block;
}
h1{
	color: #0000CC;
	line-height: 150%;
}
.h1 {
	float: right;
	position: relative;
	left: 10px;
	font-size: 16px;
	width: 700px;
}
.inf{
	color: #000;
	display: block;
	font-weight: bold;
	font-size: 12px;
}
.list{
	font-size: 13px;
	line-height: 2.1;
	list-style-type: disc;
}

.list li{
	padding-top: 10px;
}
.more-info {
	margin-top: 40px;
	font-size: 12px;
}
.more-info p{
	margin-top:2px;
	margin-bottom: 0px;
}
.black{
	width:900px;
	height: 47px;
	background: #000;
	position: relative;
	top: 960px;
	margin-bottom: 20px;
}
.coopyright{
	position: absolute;
	top: 950px;
	margin-left: -205px;
	color: #ffffff;
	z-index: 1000;
}