@charset "UTF-8";
/* CSS Document */

html, body {
	margin:0;
	padding:0;
	border:0;
	background-color:#000;
}

#container {
	width:100%;
	min-height:100%;
	text-align:center;
	position:absolute;
	top:0;
	left:0;
}
	
#content {
	margin:0 auto;
	width:1248px;
	text-align:left;
	color:#888;
	font-family:"Courier New", Courier, monospace;
	font-size:13px;
	line-height:20px;
	position:relative;
}

a {
	color:#FFF;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a:visited {
	color:#FFF;
	text-decoration:none;
}

#content #top {
	width:100%;
	height:639px;
	background:url("/src/img/bb_splash_bkg_top.jpg") repeat 0 0;
}

#content #btm {
	width:100%;
	height:237px;
	background:url("/src/img/bb_splash_bkg_btm.jpg") repeat 0 0;	
}

#logo {
	position:absolute;
	top:65px;
	left:686px;
	width:402px;
	/*margin: 73px 0 20px 686px;*/
}

#hours {
	margin-top:35px;
	padding-left:25px;
}

#content #footer {
	width:100%;
	color:#555;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:20px;
	position:relative;
}

#design {
	position:absolute;
	top:0;
	right:0;
}

a.foot, a.foot:visited {
	color:#555;
	text-decoration:none;
}

a.foot:hover {
	text-decoration:underline;
}