body {
	background-image: url(none);
	background-color: #191919;
	margin: 0px;
	text-align: center;
}

.master {
	height: 100%;
	text-align: center;
	width: 100%;
}

.content {
	position: relative;
	border-color: #141414;
	border-style: solid;
	border-width: 2px;
	display: inline-block;
	width: 900px;
}

iframe {
	border-width: 0px;
	border-style: none;
	width: 100%;
}

.construction {
	z-index: 0;
	left: 0px;
	top: 0px;
	position: absolute;
	height: 50px;
	width: 50px;
}

.footer {
	background-color: #cccccc;
	color: #191919;
	text-transform: lowercase;
	padding-left: 0px;
	padding-bottom: 5px;
	padding-right: 0px;
	padding-top: 5px;
	background-image: url(links/bodyBackground.png);
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 18px;
	text-align: left;
	background-position: 0 -439px;
	display: block;
	border-top-color: #191919;
	border-top-style: solid;
	border-top-width: 5px;
	width: 900px;
}

.footer a {
	padding-left: 5px;
	text-decoration: none;
	color: #191919;
}

.footer a:hover {
	color: #333333;
}

.phone {
	position: absolute;
	right: 5px;
}

.links {
	height: 52px;
	display: block;
}

.links img {
	margin: 5px;
	border-style: none;
	height: 50px;
}

.affiliates {
	width: 900px;
	height: 1px;
	max-height: 1px;
	display: block;
	visibility: collapse;
	overflow: hidden;
}

