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

/***RESETS ALL ELEMENTS ***/
* {
	margin: 0px;
	padding: 0px;
}

/*** Gives the body the dark gray background we used in PS ***/

body { background: #333; }

/*** Styles the links ***/

a { color:#4ce6fd; }

/*** Sets paragraph styles ***/

p {
	color: #ececec;
	font-family: "Tin Birdhouse";
	font-size:16px;
	line-height:18px;
	margin:0px auto 20px auto;
	text-shadow: 1px 1px 1px #111; /***New CSS Property that adds the shadow ***/
	widtth: 450px; /***Allows paragraphs to be centered ***/
	font-weight: bold;
}

/*** TOP SECTION 1000% color ***/

#top {
	background:#ececec;
	border-bottom:1px solid #fff;
	margin-bottom:30px;
	width:100%;
}

/***Topcon centers the page at 900px ***/

#topcon {
	width: 800px /*** A width is required in order for it to center ***/;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
}

#mid{
	display:block;
	height: 260px;
	margin: auto;
	padding: 0px;
	width: 1280px;
}

#logo {
	width: 445;
	height:auto;
	display:block;
	margin-top: 0px;
	margin-right: 228px;
	margin-bottom: 0px;
	margin-left: 227px;
	padding-top: 58px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
}
.TinBirdhouse {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 0px;
	line-height: 18px;
	text-shadow: 1px 1px 1px #111;
	margin-top: 0px;
	margin-right: 400px;
	margin-bottom: 20px;
	margin-left: 400px;
	display: block;
	font-size: 12px;
	width: 450px;
}
#countdown {
	display:block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 445px;
	z-index: auto;
	height: auto;
	position: relative;
	margin-right: 228px;
	margin-left: 227px;
	text-align: center;
		
}


