


html,body,#bg,#bg table,#bg td{width:100%;height:100%;overflow:hidden}
body{font-family:Arial,Helvetica,sans-serif;font-size:10px;cursor:default;}
h1,h2,.large,.left{font-family:"Century Gothic","Lucida Grande",Arial,sans-serif;font-size:40px}
h2,.box div img{padding-bottom:10px}



#bg div{position:absolute;width:200%;height:200%;top:-50%;left:-50%;z-index:-1000;}
#bg td{vertical-align:middle;text-align:center;z-index:-1000;}
#bg img{min-height:50%;min-width:50%;margin:0 auto;z-index:-1000;}
#cont {position:absolute;bottom:20%;right:7%;left:0;z-index:1;overflow:auto}
#cont1 {position:absolute;bottom:20%;right:7%;left:0;height:450px;z-index:1;overflow:auto; }
#cont2 {position:absolute;bottom:20%;right:7%;left:0;z-index:1}
#cont3 {position:absolute;bottom:30%;right:40%;left:0;z-index:1;overflow:auto;color:white !important}
#cont4 {position:absolute;bottom:30%;right:62%;left:0;z-index:1;overflow:auto}
#cont5 {position:absolute;bottom:30%;right:82%;left:0;z-index:1;overflow:auto}
#logo_big{position:absolute;bottom:2%;right:75%;z-index:85;width:167;line-height:12px}
#menu{position:absolute;bottom:10%;right:0px;z-index:80;width:100%;line-height:12px}


#bg img {
			/* Set rules to fill background */
			min-height: 100%;
			min-width: 1024px;
			
			/* Set up proportionate scaling */
			width: 100%;
			height: auto;
			
			/* Set up positioning */
			position: fixed;
			top: 0;
			left: 0;
			z-index:-1000;
		}
		
		@media screen and (max-width: 1024px){
			img.bg {
				left: 50%;
				margin-left: -512px; 
				z-index=-1000;
			}
		}








