#bg {
    position: fixed; 
    top: 0%; 
    left: 0%;
    width: 100%;        
    height: 100%;
}

#bg img {
    position:absolute; 
    top:100px; 
    left:100px;
    margin:auto; 
}	

#bt {
    position: fixed; 
    top: 450px; 
    left: 150px;
}

#bt img {
    position:absolute; 
    top:10%; 
    left:-25%; 
    right:0; 
    bottom:0; 
    margin:auto;
}

#bg1 {
    position: fixed; 
    top: 0%; 
    left: 0%;
    width: 100%;        
    height: 100%;
}

#bg1 img {
    position:absolute; 
    top:100px; 
    left:100px;
    margin:auto; 
}	

#bt1 {
    position: fixed; 
    top: 380px; 
    left: 150px;
}

#bt1 img {
    position:absolute; 
    top:10%; 
    left:-25%; 
    right:0; 
    bottom:0; 
    margin:auto;
}
#msg {
    position:absolute;
    top:290px; 
    left:130px; 
	width:80;
	height:300;
    margin:auto;
	z-index:0;
	background-color:white;
	
}	
#msg1 {
    position:absolute;
    top:220px; 
    left:150px; 
	width:80;
	height:300;
    margin:auto;
	z-index:0;
	background-color:white;
	
}	