body {
	background-color: #000;
	color: #c1c1c1;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
}
.home {
	background: url('images/grill-em-all-home.jpg') center top no-repeat #000;
	height: 650px;
	padding: 0;
	margin: 0;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}

#header {
	width:1070px; 
	height:255px;
	margin:0; padding:0;
	text-align:left
}
#header img {
	margin:0; padding:0;
}
#header a {
	margin:0; padding:0;
}
#header .double {
	width:178px; 
	display:inline;
}

.redbox {
	width:248px;
	height:330px;
	border: 1px solid #F00;
	position: absolute;
	top: 255px;
}

.home #GrillLogo {
	position:absolute;
	top: 152px;
	left: 50%;
	margin-left: -63px;
	z-index:50;
}

.home #enter {
	position:absolute;
	top: 600px;
	left: 50%;
	margin-left: -115px;
}

.home #enter2 {
	position:absolute;
	top: 30px;
	left: 50%;
	margin-left: -115px;
}

.home #twitter {
	left: 50%;
	margin-left: -260px;
	overflow:hidden;
}

#twitter .twtr-tweets {
	height: 243px;
	overflow:auto;
}

.home #schedule {
	right: 50%;
	margin-right: -260px;
	overflow:auto;
	font-size:12px;
}

.home #schedule .pad{
	padding: 5px 10px 0;
}

.home #schedule strong {
	display:block;
	margin: 5px 0 1px;
	color: #D7DF21;
	font-weight:900;
}

a {outline:none;} 


#content {
	height: 300px;
	overflow:auto;
	text-align:center;
	clear:left;
}