@charset "UTF-8";
/* CSS Document */
div#page {width:1536px; }
div#page {height:930px; background:url(../images/star-bg.jpg) no-repeat bottom center; position:relative;}
div#glow {width:339px; height:339px; background: url(../images/star-glow.png) no-repeat; position: absolute; top: 204px; left: 217px; opacity:0;}

/* glow */
@keyframes fade {from {opacity:0;} to{opacity:1;}}
@-moz-keyframes fade {from {opacity:0;} to{opacity:1;}}
@-webkit-keyframes fade {from {opacity:0;} to{opacity:1;}}

div#glow {animation:fade 0.8s ease infinite alternate; -webkit-animation:fade 0.8s ease infinite alternate; -moz-animation:fade 0.8s ease infinite alternate;}
