@CHARSET "UTF-8";

html{
	margin: 0 auto;
}

.fullAd{
    position: fixed;
    top:0;left: 0;right: 0;bottom: 0;
    width: 100%;height: 100%;
    background: #999999;
    z-index: 99999;
    -webkit-transition: left 1s;
    -moz-transition:    left 1s;
    -o-transition:      left 1s;
    transition:         left 1s;
}
.fullAd .pic{
    position: absolute;
    top:0;bottom: 0;left: 0;right: 0;
    width: 100%;height: 100%;
    vertical-align: middle;
}