@charset "UTF-8";

	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;
        left: 101px;
        top: 168px;
	}

	#headline2 {
		position: absolute;
        left: 101px;
        top: 168px;
	}


	#smalltype {
		position: absolute;
        left: 48px;
        top: 199px;
	}


	#legal {
		display: block;
		position: absolute;
		width: 27px;
		height: 17px;
        left: 5px;
        top: 233px;
		cursor: pointer;
		z-index: 500;
	}


	#disclaimer{
		display: block;
		position: absolute;
		top:0px;
		left:0px;
		background-color: #ffffff;
		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: 900;
	}

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



	}

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





	#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;
		
	}


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

	}


	#cta{
		position:absolute;
		left:136px;
		top:215px;
		z-index: 7;

	}

	#cta2{
		position:absolute;
		left:136px;
		top:215px;
		z-index: 7;
	}


   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;
		
	}


}