html, body {   
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: black;
	position: relative;
	color: white;
	font: 8pt helvetica;
	line-height: 10pt;
	text-align: justify;
}


A:link {color: white; text-decoration: none;}
A:visited {color: white; text-decoration: none;}
A:hover {color: white; text-decoration: underline;}
A:focus, A:active {color: white; text-decoration: none;}

table.main {
	width: 1150px;
	margin: 0;
	padding: 0;
}

img {
	border: none;
}


td.header {
	vertical-align: top;
	text-align: right;
	width: 250px;
	height: 100px;
}


td.sectionTitle {
	margin: 0;
	padding: 0;
	vertical-align: center;
	text-align: right;
	width: 250px;
	height: 20px;
	background-color: gray;
}


td.projectTitle {
	vertical-align: bottom;
	text-align: left;
	width: 850px;
	height: 20px;
}

td.image {
	vertical-align: middle;
	text-align: center;
	width: 850px;
	height: 100px;
}



td.end {
	width: 50px;
	height: 100px;
}

td.main {
	vertical-align: middle;
	text-align: right;
	width: 250px;
}


.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -8em; /* the bottom margin is the negative value of the footer's height */

  
}
.footer, .push {
	height: 8em; /* .push must be the same height as .footer */
}