@charset "utf-8";
/* CSS Start up Rules */

body {
	background-image: none;
}

.Startup {
	margin: auto;
	width: 850px;
	background-color: #FFF;
	padding-bottom: 20px;
}

#topShadow {
	height: 31px;
}

#footer {
	height: 0px;
}

#countdown {
	margin-top: 20px;
	text-align: center;
}

.enterButton {
	margin: auto;
	height: 48px;
	width: 120px;
	background-image: url(../images/enter.png);
	display: block;
	text-indent: -999px; /* This hack will hide the text and only show the image */
	overflow: hidden;
}

.enterButton:hover {
	background-image: url(../images/enterHover.png);
}

.notice1 {
	background-image:url(../images/sbbclogo.jpg);
	font-size: 12px;
	background-repeat: no-repeat;
	padding-left: 75px;
}

.notice2 {
	font-size: 15px;
	text-align: center;
	font-style: italic;
}

.notice3 {
	text-align: center;
}

.notice3 p {
	margin-top: 2px;
}

.homehr {
	margin: 5px auto;
	margin-bottom: 30px;
	color: #d5d5d5;
}

.welcome {
	font-weight: bold;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	text-align: center;
	font-size: 20px;
}

.biglogo {
	padding: 25px;
	padding-top: 5px;
}

#weatherBox {
	padding: 0;
	margin: 0;
	width: 468px;
	border: 1px solid #000;
	background-color: #000;
	position: fixed;
	right: 0px;
	bottom: 0px;
	text-align: right;
}

#weatherBox img, #weatherBox p {
	padding: 0;
	margin: 0;
	color: #fff;
	display: block;
}

#weatherBox p {
	margin: 0 10px;
	text-align: center;
	width: 60px;
	cursor: pointer;
}

#weatherBox p:hover {
	background-color: #222;
}