@charset "utf-8";
/* CSS Document */
body{
}
/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.main{
}


.footer{
	float:left;
	width:800px;
	background-color: #FFFFCC;
}

.footer a{
	color: #808080;
	font-size: 14px;
}

.footer img{
	margin-bottom:20px;
	background-position: center center;
	text-align: center;
	vertical-align: middle;
	}

.footer .line{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
}
.footer p{
	color: #808080;
	font-size: 14px;
	text-align: center;
}
