@charset "utf-8";
/* CSS Document */

#steamy {

width: 600px;
height: 300px;

	background-image: url("steamy2.png");
	background-position: bottom;
	
}

#myCanvas{
    opacity: 0.5;
    filter: alpha(opacity=70);
    margin-top: -300px;
    
}


	
	iframe:focus { 
    outline: none;
}

#banner {
    display: none;
}