@charset "utf-8";
/* ###################### GENERAL DEFINITIONS ###################### */
body {
	background:#FFF;
}

#page {
	/*width:80%;*/
}

#page {
	width:90%;
	margin: 0 10px 0 10px;
}
	

/* ###################### LAYOUT ###################### */
#content {
	width:auto;
}

#footer {
	width:auto;
	margin:0;
}

#footer .footer-links {
	background:transparent url(../img/footer-bg.gif) no-repeat center bottom;
}


table.contenttable tbody td {
	white-space:nowrap;
}