html, body, .swc0 {
	height: 100%;
}

/* CENTER DIV */
.swc0 {
	margin: 0 auto;
	display: table;
}
.swc1 {
	display: table-cell;
	vertical-align: middle;
}
.swc1 {
	height: 100%;
	white-space: nowrap;
}
.swc2 {
	text-align: center;
}
* html .swc1 {
	text-align: center;
}
* html .swc2, * html .swc3 {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}
* html .swc3 {
	height: 100%;
}
* html .swc2 {
	display: inline;
	height: 0;
}

/* DIVS */
#icons16 {
	width: 336px;
	margin: 24px auto 0;
}
#icons128 {
	width: 896px;
	margin: 24px auto 0;
}

.fileIcon16 {
	width: 48px;
	font-size: 10px;
	text-align: center;
	float: left;
}
.fileIcon128 {
	width: 128px;
	text-align: center;
	float: left;
}

#downloadIcons128 {
	width: 512px;
	height: 256px;
	margin: 24px auto 0;
}
.downloadIcon128 {
	width: 256px;
	text-align: center;
	float: left;
}

.text {
	clear: left;
}

#footer {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	position: fixed;
	bottom: 24px;
}

#adMenu {
	position: fixed;
	left: 12px;
	top: 48px;
}

.adIcon150 {
	width: 150px;
	text-align: center;
}