@charset "utf-8";
#menu_1_bg { background-image:url(../Images/bg_menu_1_bl.png); background-color:rgba(113,139,192,1); }
@keyframes start_menu_bg {
	0% { 
		top: -1.5em;
		left: -1.5em;
		width: 3em;
		height: 3em;
		border-radius: 100%;
		background-position: 0em 1em;
		background-color: rgba(113,139,192,1);
	}
	25% { 
		background-color: rgba(113,139,192,0);
	}
	100% { 
		top: -7.5em;
		left: -11.75em;
		width:23.5em;
		height:15em;
		border-radius: 0%;
		background-position: 0em 0em;
		background-color: rgba(113,139,192,0);
	}
}
@keyframes start_menu_bg_640 {
	0% { 
		top: -1.5em;
		left: -1.5em;
		width: 3em;
		height: 3em;
		border-radius: 100%;
		background-position: 0em 1em;
		background-color: rgba(113,139,192,1);
	}
	25% {
		background-color: rgba(113,139,192,0);
	}
	100% { 
		top: -4.69em;
		left: -7.34em;
		width:14.69em;
		height:9.375em;
		border-radius: 0%;
		background-position: 0em 0em;
		background-color: rgba(113,139,192,0);
	}
}
footer { background-color:rgb(113,139,192); }