﻿

#intro-popup
{
	display: none;
	width: 800px;
	height: 450px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -400px;
	margin-top: -225px;
	background-color: black;
	border: 2px solid #eaeaea;
	z-index: 12;

	span
	{
		background-color: #999;
		border-radius: 15px;
		cursor: pointer;
		font-weight: bold;
		height: 30px;
		width: 30px;
		line-height: 30px;
		position: absolute;
		right: -17px;
		top: -17px;
		text-align: center;
		color: white;
	}
}

#intro-overlay
{
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #222;
	opacity: 0.8;
	z-index: 11;
}
