@import "common.css";
@import "head.css";
@import "nav.css";
@import "main.css";
@import "meta.css";
@import "contact.css";

@import "lightbox.css";

body {
 	background:#454545;
	border-top:16px solid #131313;
}
#top {
	position:relative;
	width:850px;
	background:url(images/top-background.jpg) no-repeat left top scroll;
	margin:1em auto;
}
html#home #top,
html#about #top {
	background:url(images/top-background3.jpg) no-repeat left top scroll;
	width:950px;
}
