@charset "utf-8";
body {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	color: #333;
	/*background-image: url(../images/gq70.png);*/
	background-repeat:no-repeat;
	background-position: center bottom;
}
a:link{
	text-decoration : none;
	color : #333;
}
a:visited {
	text-decoration : none;
	color : #333;
}
a:hover {
	text-decoration : underline;
	color : #F00;
}
.l {
	float: left;
}
.r {
	float: right;
}

.c {
	clear: both;
}
.middlecon{
	position: fixed;
	width: 500px;
	height: 280px;
	top: 50%;
	left: 50%;
	margin-top: -200px;
	margin-left: -250px;
	border: #e5e5e5 2px solid;
	border-radius: 5px;
}