@charset "utf-8";
/* CSS Template */

@import url("../../shadowrun6/css/template.css?v4");

body{
	background-image:url(../img/bg_start.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
	background-size:100%;
	animation-name:bg-zoom;
	animation-duration:10s;
	animation-iteration-count:infinite;
	animation-direction:alternate;
	animation-timing-function:ease;
}
