html{
	background: url('/images/main_bg.jpg') no-repeat top center;
	font-family: Arial, "Helvetica", sans-serif;
	font-size: 12px;
}

.hr{
	background: url('/images/hr.jpg') no-repeat top center;
	text-align:center; 
	height: 5px; 
	width: 100%;
}

#wrapper{
	width: 930px;
	margin: 10px auto 0 auto;
	position: relative;
	z-index:100;
}
#tweets{
	width: 589px;
	height: 75px;
	position: relative;
	z-index: 130;
}
#currentTweet{
	width: 370px;
	height: 47px;
	background: url('/images/tweet_bg.png') no-repeat;
	float: left;
	padding: 5px;
	font-size: 9px;
}
#flashContent{
	width: 580px;  /*580 given*/
	height: 420px; /*425 given*/
	float: left;
}
#content{
	width: 326px;
	height: 470px;
	background: url('/images/content_bg.png') no-repeat;
	float: right;
	margin-top: -55px;
	margin-left: -91px;
	padding: 0 5px;
	color: #FFF;
}
#footer{
	margin-top: 10px;
	width: 930px;
}
#needsthis{
	padding-left: 10px;
}
.hidden{
	display: none;
}
.register, .enterAnother, .myStats{
	cursor: pointer;
}

#contactUsTable input{
	width: 200px;
}

.pinEntryRow{
	float: left;
	width: 38px;
}

/*Fonts*/

#content a,#content a:hover, #content a:visited, #content a:active{
	color: #fff;
}
a{
	font-family: Arial, "Helvetica", sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
a:hover{
	font-family: Arial, "Helvetica", sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: underline;
}
.legal{
	font-size: 11px;
}
h1{
	font-size: 17px;
	font-family: "Myriad Pro", Arial, sans-serif;
	text-align:center;
	font-weight: bolder;
	margin: 5px 0 5px 0;
}
strong{
	font-weight: bolder;
}
.regField{
	width: 140px;
	margin: 5px;
	color: #444;
}
.pinDigit{
	border-style: none;
	border-width: 0px;
	width: 36px;
	height: 42px;
	background: url('/images/pinbox.jpg') no-repeat;
	background-position: 0 0; /*x y*/
	font-size: 36px;
	font-weight: bolder;
	text-indent:5px;
}
.titleHeader{
	font-size: 17px;
	font-family: "Myriad Pro", Arial, sans-serif;
	text-align:center;
	margin: 5px 0 5px 0;
}
input {
	border: solid 1px;
}

