	/*hide from ie on mac\*/
	#flashcontent { 
		width: 100%;
		height: 1040px; 
	}

	/* end hide */
	body {
		margin: 0;
		padding: 0;
		background-color: #000000;
	}
	p {
	  margin: 0;
	  padding: 6px; 
	}
	#footer-close {
	  text-align: right;
	  width: 900px; 
	  background-color: #2A2A2A;   
	  font-family: Tahoma,arial, verdana, helvetica, sans-serif;
		font-size: 12px;
		color: #D7D7D7;
		font-weight: bold;
		text-transform: uppercase;
		text-decoration: none; 
		letter-spacing: 1px;
	}
	#footer-close label {
	  padding: 3px;
	}
	#footer { 
		background-color: #000000; 
		text-align: center;
		width: 100%; 
		padding-bottom: 20px;
	}
	.linkBold {   
	  font-family: Tahoma,arial, verdana, helvetica, sans-serif;
		font-size: 13px;
		color: #D7D7D7;
		font-weight: bold;
		text-transform: uppercase;
		text-decoration: none; 
		letter-spacing: 1px;
	}
	#footer-legal { 
	  display: none;
		position: fixed; z-index: 1000;
		bottom: 20px;
		left: 50%;
		margin-left: -450px;
		width: 900px;
		height: auto; 
		background-color: #2A2A2A;
		border: 1px solid #6e6e6e;
		color: #FFF;
		font-size: 10px;
		font-family: Tahoma,arial, verdana, helvetica, sans-serif;
	}
	
 #ageGate{
   background: url('../images/agegate.jpg') no-repeat top center;
   width: 100%;
   height: 1656px;
 }
 
 input.txtin {
    background: url('../images/inputage.jpg') repeat-x top center;
    border: 0px solid #FFF;
    height: 38px;
    text-align:center;
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    padding-top: 7px;
    width: 100px;
 }
 
 div.error{
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: Tahoma,arial, verdana, helvetica, sans-serif;
 }