@import "common.css";
@import "head.css";
@import "nav.css";
@import "main.css";
@import "meta.css";
@import "splash.css";
html {
	/* background:transparent url(../images/concept.jpg) no-repeat left top scroll; */
	background: #c0c0c0;	
}

#top {
   margin: 0 auto;
	background:#9ca9bf url(images/bg2.jpg) no-repeat left top scroll;	
	width:800px;
	border: solid black 1px;
	position:relative;
	
}

h3{
	font-family:"Times New Roman";
	font-size:14px;
	margin-bottom:0px;
}