@charset "UTF-8";
/* CSS Document */

body {
	background-color: #f1f2f2;
	margin:0 auto;
}
article{
	width:990px;
	margin:0 auto;
	text-align:center;
	position:relative;
}
footer{
	width:960px;
	margin:0 auto;
	text-align:left;
	position:relative;
	padding:10px 35px;
}
footer p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0;
	color:#62615f;
	position:relative;
}
footer a{
	color:#007dc4;
	font-weight:bold;
	text-decoration:none;
}
footer a:hover{
	color:#05517d;
	font-weight:bold;
	text-decoration:underline;
}