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

@import url(master.css);
@import url(grid.css);

/*body {
	-webkit-animation-name: bodyBackground;
	-webkit-animation-duration: 30s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
}

@-webkit-keyframes bodyBackground {
	from {
		background-color: rgb(43,217,166);
	}
	25% {
		background-color: rgb(54,178,159);
	}
	50% {
		background-color: rgb(79,130,140);
	}
	75% {
		background-color: rgb(72,87,115);
	}
	to {
		background-color: rgb(43,217,166);
	}
}*/
