@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: "GillSansLight";
  src: url('../css/fonts/GillSansLight.ttf') format('truetype');
 
}
  
body{
	background-color:black;
}

body, td, tr, img, a img, footer{
	border:none;
	margin:0;
	padding:0;
	
}

section {
	background-color:#f7f7f7;
	margin-left: auto;
	margin-right: auto;
}

a img, img, tr, td {
	float:left;
}

footer {
	background-color:#191919;
	
}
p {
	font-family:"GillSansLight";
	font-size: 12px;
}

.copyright {
	background-color:#191919;
	padding: 10px 0px;
	color:white;
	border:0;
	margin:0;
	width:1200px;
	text-align:center;
	margin-right:auto;
	margin-left:auto;
}