HTML,BODY {
	margin: 0;
	padding: 0;
	background: #444444;
}

/******************** Index Table *********************
Page
 ____ ______________
|      |              |
| Menu |              |
|  __  |    Content   |
||Logn||              |
| ---  |              |
|______|______________| */
#Index_Page_DIV {
	height: 100%;
}

#Index_Content_DIV {
	height: 100%;
	width: 100%;
	border: 0px;
	background-attachment: fixed;
	background-position: bottom right;
	background-repeat: no-repeat;
}

#Index_Menu_DIV {
	visibility: collapse;
}

.Index_Menu_TABLE {
	visibility: collapse;
}

.Index_Menu_TD {
	width:0;
	padding:0;
	margin:0;
}
