@charset "UTF-8";
/* CSS Document */
	body, body * {
		vertical-align: baseline;
		border: 0 none;
		outline: 0;
		padding: 0;
		margin: 0;
	}

	#container {
		border:1px solid #000000;
		position: relative;
		width: 298px;
		height: 248px;
		top: 0px;
		left: 0px;
		overflow:hidden;
		background-color: #F1F2F2;
		opacity:0;
	}

	#clickSpace{
		display: block;
		position: absolute;
		width: 300px;
		height: 250px;
		top: 0px;
		left: 0px;
		cursor: pointer;
		opacity: 0;
		background-color:red;
		z-index: 400;
	}
	
	
	
	

	#bg {
		width: 300px;
		height: 250px;
		top: 0;
		left: 0;
		z-index: 1;
	}


	#headline {
		position: absolute;
		right: 61px;
		top: 179px;
	}

	#smalltype {
		position: absolute;
		right: 0;
		top: 195px;
	}

	#image1{
		position: absolute;
		top: 0px;
		left: 0px;
	}

	#imageFix{
		position: absolute;
		top: 0px;
		left: 0px;
	}
	
	#logo{
		position: absolute;
		right: 0px;
		top: 176px;
		margin-right: 11px;
		background-image: url(logoLarge.png);
		background-size:38px 38px;
		background-repeat: no-repeat;
		width:38px;
		height:38px;
		z-index: 2;
		
	}
	
	

	#ctacontainer{
		position: absolute;
		right: 0px;
		top: 205px;
		margin-right: 61px;
		opacity: 0;
		text-align:center;
		width: 64px;
		height: 18px;
		border: 1px solid #322f31;
		z-index: 12;
	}

	#holiday{
		position:absolute;
		left:65px;
		top:6px;
		z-index: 7;
	}


	#cta{
		position:absolute;
		left:146px;
   		top:216px;
		z-index: 7;
	}

  #cta_over{
    position:absolute;
    left:146px;
    top:216px;
    z-index: 7;
  }

  #legal{
    position:absolute;
		left:5px;
		top:230px;
		cursor: pointer;
		z-index: 401;
  }


	#disclaimer {
		display: block;
		position: absolute;
		top:0px;
		left:0px;
		background-color: #F1F2F2;
		opacity: 1;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: normal;
		color: #000;
		padding-top: 10px;
		padding-right: 15px;
		padding-bottom: 10px;
		padding-left: 15px;
		overflow:hidden;
		width:268px;
		height:248px;
		display:none;
		z-index: 402;
	}

	#closeX {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		position: absolute;
		right:7px;
		top:7px;
		cursor: pointer;
		z-index: 403;
	}

	#legaltext {
		position: absolute;
		left: 0px;
		top: 600px;
		z-index: 901;
	}




   span {
		margin: 0;
		padding: 0;
	}

	:focus {outline:none;}
	::-moz-focus-inner {border:0;}


@media screen and (min-width:0\0) { 
    /* Enter CSS here */
		#logo{
		position: absolute;
		right: 0px;
		top: 176px;
		margin-right: 11px;
		background-image: url(logo38x38.png);
		background-repeat: no-repeat;
		width:38px;
		height:38px;
		z-index: 2;
		
	}


}

