@charset "utf-8";

.full {
	position: fixed ;
	width:90vw;
	height:90vh;
    margin: auto;
    top:70px;
	background: url( shake.jpg) no-repeat center top;
}

.content {
	pozition:relative;
	display: block;
	margin-top:300px;
	text-align: center;
}
