@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	background: #6d6e71;
	margin: 0;
	padding: 0;
}
div, p {
	margin: 0;
	padding: 0;
}

#header  {
	height: 80px;
	background: #ffffff;
	border-bottom: 1px solid #0076c0;
}

#header .headsection {
	width: 1024px;
	margin: 0 auto;
}

#header .logo {
	width: 300px;
	float: left;
}

#header .social {
	width: 75px;
	float: right;padding: 25px;
}

#container {
	background: url('../under/background.jpg');
	width: 1024px;
	height: 520px;
	margin: 0  auto;	
}

#footer {
	background: #ffffff;
	margin: 0  auto;	
	padding: 30px;
	border-top: 1px solid #0076c0;
}

#copyright {
	background: #1e1e1e;
	height: 30px;
}

#copyright a {
	color: #ffffff;
	text-decoration: none;
}

a {
	color: #0076c0;
	text-decoration: none;
}