#topBlock {
	position: relative;
	margin: auto;
	background-color: #000000;
	top: 20px;
	width: 1000px;
	height: 159px;
	border-style: solid;
	border-width: 1px;
	border-color: #595959;
	text-align: left;
}

#mainBlock {
	position: relative;
	margin: auto;
	background-color: #000000;
	top: 40px;
	width: 1000px;
	height: 800px;
	border-style: solid;
	border-width: 1px;
	border-color: #595959;
	text-align: center;
}

#mainBlockLong {
	position: relative;
	margin: auto;
	background-color: #000000;
	top: 40px;
	width: 1000px;
	height: 1400px;
	border-style: solid;
	border-width: 1px;
	border-color: #595959;
	text-align: center;
}

#mainBlockReallyLong {
	position: relative;
	margin: auto;
	background-color: #000000;
	top: 40px;
	width: 1000px;
	height: 2000px;
	border-style: solid;
	border-width: 1px;
	border-color: #595959;
	text-align: center;
}

#bottomBlock {
	position: relative;
	margin: auto;
	background-color: #000000;
	top: 60px;
	width: 1000px;
	height: 159px;
	border-style: solid;
	border-width: 1px;
	border-color: #595959;
	text-align: left;
}

#bottomSpace {
	position: relative;
	margin: auto;
	top: 60px;
	width: 800px;
	height: 20px;
}

