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

html, body{
	margin: 0px auto;
	height:100%;
	background-size:auto 103%;
	background-repeat:no-repeat;
	background-position: right top;  /*auto auto 0 0;*/
	font-family:Arial, Helvetica, sans-serif;
	position:relative;
	background-color: #4AD7FF;
	background-image: url(../imgs/FdoCont.png);
	animation-name:back;
	animation-duration: 5s;
	/*animation-timing-fuction: linear;*/
	/*animation-iteration-count: infinite;*/
	animation-direction: alternate;



*/}

@keyframes back{
	from{
		background-size: auto 90%;
		
	}
	to{
		background-size: auto 103%;
		
	}
}



@media screen and (max-width:800px ) {
		
	

html, body{
	background-size:auto 80%;
	background-position:  center top;
}	






}
