
/* Generale */

body {
	margin: auto;
	background-color: transparent;
	background-image: none;
}

/* Container */

table.container {
	width: auto;
}

/* Header */

table.container td.header {
	display: none;
}

/* Bar */

table.container td.bar {
	display: none;
}

/* Body */

table.container td.body {
	padding: 0px;
	background-image: none;
}

/* Main */

table.container td.body table.main {
	width: auto;
	background-image: none;
}

/* Menu left */

table.container td.body table.main td.menu-left {
	display: none;
}

/* Menu right */

table.container td.body table.main td.menu-right {
	display: none;
}

/* Content */

table.container td.body table.main td.content {
	padding: 0px;
}

/* Footer */

table.container td.footer {
	display: none;
}

