html {
	font-family: "PT Sans", sans-serif;
}
#thanksgiving-container {
	width:960px;
	height:1000px;
}
.circle_click {
	border-radius:999px;
	width:180px;
	height:180px;
	background-color:white;
	opacity:0;
	z-index:10;
	position:relative;

}
	.cf:before, .cf:after {
			content:"";
			display:table;
	}
	.cf:after {
			clear:both;
	}
	.cf {
			zoom:1;
	}
.circle_click:hover {
	z-index:10;
	opacity:0.2;
	cursor:pointer;
}
.connecticut {
	top:-969px;
	left:388px;
}
.newyork {
	top:-1020px;
	left:690px;
}
.maryland {
	top:-875px;
	left:777px;
}
.virginia {
	top:-785px;
	left:560px;
}
.texas {
	top:-968px;
	left:215px;
}
.ohio {
	top:-1417px;
	left:3px;
}
.california {
	top:-1920px;
	left:95px;
}

/*
	Modal
*/
			#overlay {
				position:fixed; 
				top:0;
				left:0;
				width:100%;
				height:100%;
				background:#000;
				opacity:0.5;
				filter:alpha(opacity=50);
			}

			#modal {
				position:absolute;
				border-radius:2px;
			}

			#content-modal {
				border-radius:2px;
				background:#fff;
				padding:15px;
				background-color:white;
				width:600px;
				position:relative;
				z-index:20;
			}

			#close {
				position:absolute;
				z-index:21;
				background:url(close.png) 0 0 no-repeat;
				width:24px;
				height:27px;
				display:block;
				text-indent:-9999px;
				top:-7px;
				right:-7px;
			}


