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

*margin, padding{0;}
body{background: #C8C8C8; /* Old browsers */}
/*background: -moz-linear-gradient(top,  #d6f9ff 0%, #9ee8fa 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6f9ff), color-stop(100%,#9ee8fa)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #d6f9ff 0%,#9ee8fa 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #d6f9ff 0%,#9ee8fa 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #d6f9ff 0%,#9ee8fa 100%); /* IE10+ */
background: linear-gradient(to bottom,  #d6f9ff 0%,#9ee8fa 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6f9ff', endColorstr='#9ee8fa',GradientType=0 ); /* IE6-9 */
*/
#wrap{ width:100%; height:100%; position:relative; 
}
img{
position:absolute; top:0; left:20%; width:50%
-webkit-box-shadow: 5px 1px 10px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    5px 1px 10px 0px rgba(50, 50, 50, 0.75);
box-shadow:         5px 1px 10px 0px rgba(50, 50, 50, 0.75);

}


@media (max-width: 48em){img{position:absolute; top:0; left:0; height:100%; width:auto;}}
@media (max-width: 19em){img{position:absolute; top:0; left:0; height:100%; width:auto; }}