/**********   GENERAL STYLES   **********/
* {
   padding: 0px;    
   margin: 0px;   
	}

body, html {  
   width: 100%;        
   height: 100%;
   background: #140c09;
	}
	
body, td, th, select, input, textarea, h1, h2, h3, h4 { 
   font-family:  Arial, sans-serif; 
   color: #FFFFFF;
   font-size: 12px;
   vertical-align: top;
   
    }
   
table {
	border-collapse: collapse;
	} 
 
div {
	/*border: 1px solid red;*/
	}
	
/**********   MAIN DESIGN ELEMENTS   **********/

table#main_table {
	width: 100%;
	height: 100%;
	}
		
td#main_table_collage {
	text-align: center;
	vertical-align: middle;
	background: transparent url(/img/start_page_main_bg.jpg) center;
	}	
	
td#main_table_footer {
	height: 180px;
	background: transparent url(/img/start_page_main_bg.jpg) center;
	}

td#main_table_footer div {
	height: 180px;
	background: transparent url(/img/start_page_footer_bg.gif) repeat-x center top;
	}


