html, body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

body {
	font: 12px "Century Gothic", Arial, Helvetica, Geneva, sans-serif;
	background-color: #232323;
}

h1 {
	font-size: 32px;
	text-transform: uppercase;
	line-height: 32px;
}

h1 span {
	font-size: 22px;
	vertical-align: top;
	line-height: 26px;
}

img {
	border-width: 0;
	border-style: none;
}

#container {
	text-align: center;
	background: #dededc url(images/bg.jpg) repeat-x center center;
	border-top: 2px solid #909090;
	border-bottom: 2px solid #8e8e8e;
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	height: 500px;
	margin-top: -250px;
	overflow: hidden;
}

#content {
	color: #d1d4d4;
	height: 500px;
	background: #a42e14 url(images/point.jpg) no-repeat left center;
	position: relative;
	padding-left: 150px;
	margin-left: 255px;
}

#comingsoon {
	font-size: 24px;
	color: #171717;
	position: absolute;
	top: 50%;
	height: 50px;
	margin-top: -25px;
	z-index: 1;
	left: 0;
	margin-left: -480px;
}

#dialog, #sponsors {
	top: 50%;
	position: absolute;
	height: 150px;
	width: 300px;
	background-color: #a4402a;
	border: 1px solid #82240f;
	padding: 10px;
	margin-top: -75px;
}

.tagline1, .tagline2 {
	margin-top: 10px;
}

#twtr-profile-widget {
	top: 50%;
	position: absolute;
	height: 250px;
	width: 300px;
	margin-top: -125px;
	margin-left: 341px;
}

em {
	color: white;
}

a {
	color: white;
}

#sponsors {
	text-align: left;
	margin-top: 104px;
	font-size: 11px;
	height: 100px;
}

h4 {
	padding: 0;
	margin: 0 0 10px;
}

.twtr-timeline {
		border: 1px solid #82240f;
}
