body {
	margin-top: 0px;
	background-image: url(img/bg.jpg);
	background-position: center;
}
p, center {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	margin: 1em;
}
.small {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 10px;
}
.link {
	width: 141px;
	height: 30px;
	display: block;
}
iframe#exteriors {
	display: none;
}
a#close {
	font-family: "Trebuchet MS", sans-serif;
	font-weight: bold;
	font-size: 1em;
	color: #333333;
	background-color: white;
	border: 2px solid #666666;
	border-top: 1px solid #aaaaaa;
	border-left: 1px solid #aaaaaa;
	display: inline;
	padding: .25em;
	padding-left: .5em;
	padding-right: .5em;
	text-decoration: none;
	display: none;
}
a#close:hover {
	color: black;
	background-color: #aaaaaa;
	border: 2px solid #666666;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
}