/*
https://edit.org/ dogui07@gmail.com menu001
body {
	background: url(../img/photo1.jpg);
}
*/
body{
	margin:0;
	padding:0;
	font-family:"arial",heletica,sans-serif;
	font-size:12px;
    background: #2980b9 url('../images/photo1.jpg') repeat 0 0;
	-webkit-animation: 450s linear 0s normal none infinite animate;
	-moz-animation: 450s linear 0s normal none infinite animate;
	-ms-animation: 450s linear 0s normal none infinite animate;
	-o-animation: 450s linear 0s normal none infinite animate;
	animation: 450s linear 0s normal none infinite animate;
 
}
 
@-webkit-keyframes animate {
	from {background-position:0 0;}
	to {background-position: 3740px 0;}
}
 
@-moz-keyframes animate {
	from {background-position:0 0;}
	to {background-position: 3740px 0;}
}
 
@-ms-keyframes animate {
	from {background-position:0 0;}
	to {background-position: 3740px 0;}
}
 
@-o-keyframes animate {
	from {background-position:0 0;}
	to {background-position: 3740px 0;}
}
 
@keyframes animate {
	from {background-position:0 0;}
	to {background-position: 3740px 0;}
}
.dg-login-logo {
	text-align: center;
	margin: 0.85em;
}
.dg-login-title {
	text-align: center;
	color:#fff;
	font-weight: bolder;
	font-size: 2.5em;
	letter-spacing: 0.5em;
}
