*       { margin: 0; padding: 0; }
@-webkit-keyframes bg  {
        0% {background-position: 0 0,;}
       50% {background-position: 1200px 0;}
      100% {background-position: 2400px 0;}
}
@-moz-keyframes bg  {
        0% {background-position: 0 0;}
       50% {background-position: 1200px 0;}
      100% {background-position: 2400px 0;}
}
body    { background: #b4906c url(bg.jpg) repeat-x; -webkit-animation: bg 600s linear infinite; -moz-animation: bg 600s linear infinite;}
a       { text-decoration:none; }
#header {
	position: relative;
	width: 980px;
	height: 400px;
	background: url(header.png) no-repeat;
	padding: 0;
	margin: 0 auto;
}

