/* CSS Document */

body {
	background: black;
	color: white;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: larger;
}

a img {
	border: 0;
}

#container {
	width: 100%;
	max-width: 960px;
	margin: auto;
	text-align: justify;
}

#header {
	width: 100%;
	text-align: justify;
}

#smallLogo {
	width: 100%;
	max-width: 378px;
	float: left;
	vertical-align: bottom;
}

#headerTel {
	float: right;
	height: 70px;
	vertical-align: bottom;
}

#content {
	clear: both;
	width: 100%;
	text-align: center;
}

.fullWidthImage {
	width: 100%;
	max-width: 880px;
}

#signcoLogo {
	width: 100%;
	max-width: 368px;
}

body a {
	color: white;
	text-decoration: none;
}