/* DOCUMENT ELEMENTS */
/*--------------------------------------------------------------------------------*/

body {
	font-family:verdana, arial, helvetica, sans-serif;
	font-size : 100.01%;
	margin: 0;
	padding : 0;
	text-align: center; /* for IE */
}


/* SPECIFIC IDs */
/*--------------------------------------------------------------------------------*/

#page-wrapper {
	text-align: center;
}

#tdc-main {
	text-align: center;
}

#header-absolute {
	position: absolute;
	z-index: 999;
	width: 99.9%;
	text-align: center;
	top: 5px;
	left: 0px;
}

#footer-absolute {
	position: absolute;
	z-index: 999;
	top: 1060px;
	left: 0;
	width: 99.9%;
	height: 140px;
	overflow: hidden;
	text-align: center;
}
