body { color:white; background:black; border-width: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; }
hTitle { font-size: 45px; }
div { position: relative; }
img { text-align: center; border-style: none; }

div.class_construction { position: absolute; top: 5px; left: 5px; z-index: 20; }
div.class_debian { position: absolute; z-index: -1; }
div.class_rackspace { position: absolute; text-align: center; z-index: -1; }

div.class_main { position: absolute; top: 15%; width: 100%; text-align: center; }
div.class_logo { position: relative; text-align: center; }
div.class_footer { font-size: xx-small; }

table.transparent {
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-style: outset outset outset outset;
	border-color: black black black black;
	border-collapse: collapse;
	background-color: white;
}

table.transparent td {
        padding-left: 0px;
        padding-right: 20px;
}

table.default {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: outset outset outset outset;
	border-color: black black black black;
	border-collapse: collapse;
	background-color: white;
}
table.default th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: LightGray;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.default td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.blank {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: none none none none;
	border-color: black black black black;
	border-collapse: collapse;
	background-color: white;
}
table.blank th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.blank td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}