html, body {
		margin: 0;
		padding: 0;
		width: 100%;
		height: 100%;
	}
body{
	overflow: hidden;
	font-family: arial, verdana, tahoma;
}

#main-container{
	display: block;
	width: 95%;
	height: 100%;
	margin: auto;
}
#header{
	display: block;
	width: 90%;
	margin: auto;
}
.adspace{
	display: block;
	background-color: #ddd;
	margin: auto;
	position: relative;
}
.leaderboard{
	width: 320px;
	height: 50px;
}
.rectangle{
	width: 300px;
	height: 250px;
}
.bottom{
	position: fixed;
	width: 100%;
	text-align: center;
	bottom: 0;
}
.ad{
	border: none;
}
.itt{
	position: fixed;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.8);
}
.itt .adspace{
	top: 25%;
}
.inactive{
	display: none;
}
.lorem{
	text-align: justify;
	color: #aaa;
	padding: 5px 0;
}
.close{
	display: block;
	width: 32px;
	height: 32px;
	background: transparent url("close.gif");
	float: right;
	top: 10px;
	position: relative;
	z-index: 5001;
}