/* Images on Main Page */

#main_img_01,#main_img_02,#main_img_03,#main_img_04,#main_img_05,#main_img_06,#main_img_07,#main_img_08 {
	position: absolute;
	border: 0px;
	width: 112px;
    height: 75px;
    z-index: 4;		
}

#fadeDiv {
	position: absolute;
        border: 0px;
	width: 700px;
	height: 288px;
	z-index: 4;
	top: 60px;
        left: 00px;
}

#main_img_01 {
	top: 130px;
	left: 118px;	
    background: #000000 url(/pictures/img01.jpg) 50% 50% no-repeat;
           
}

#main_img_02 {
	top: 207px;
	left: 118px;	
    background: #000000 url(/pictures/img02.jpg) 50% 50% no-repeat;   
}

#main_img_03 {
	top: 130px;
	left: 232px;	
    background: #000000 url(/pictures/img03.jpg) 50% 50% no-repeat;      
}

#main_img_04 {
	top: 207px;
	left: 232px;	
    background: #000000 url(/pictures/img04.jpg) 50% 50% no-repeat;
}

#main_img_05 {
	top: 130px;
	left: 346px;
	background: #000000 url(/pictures/img05.jpg) 50% 50% no-repeat;      
}

#main_img_06 {
	top: 207px;
	left: 346px;	
    background: #000000 url(/pictures/img06.jpg) 50% 50% no-repeat;
}

#main_img_07 {
	top: 130px;
	left: 460px;	
    background: #000000 url(/pictures/img07.jpg) 50% 50% no-repeat;
}

#main_img_08 {
	top: 207px;
	left: 460px;
	background: #000000 url(/pictures/img08.jpg) 50% 50% no-repeat;
}

#main_spacer_01 {
	position: absolute;
	border: 0px;
	top: 130px;
	width:454px;
	left: 118px;
	height:152px;
	background: #000000;
	z-index: 1;	
}
