html, body {
	min-height: 100%;
	height: 100%;
}
div.page {
	width: 100%;
	min-width: 620px;
	min-height: 100%;
	position: relative;
	top: 0;
	left: 0;
	z-index: 100;
	color: #969696;
	background: #000;
}
div.content {
	margin-bottom: -3.29em;
	background: #28a8ff;
}
div.comments {
	padding-top: 55px;
	background: #000;
}
div.wrapper {
	width: 620px;
}
div.comments div.wrapper {
	padding: 3.29em 0 6em;
}
div.advertising {
	margin-bottom: 25px;
	padding: 25px;
	position: relative;
	top: 0;
	left: 0;
	z-index: 190;
	background: #262626;
}
