@charset "UTF-8";
/* CSS Document */
div#centercontent {width:1200px; }
div#page {height:1200px; background:url(../images/america-bg.jpg) no-repeat bottom center; position:relative;}
div#globe {width:988px; height:1019px; background: url(../images/globe.png) no-repeat; position: absolute; top: 58px; left: 107px; transform-origin:496px 543px; -webkit-transform-origin:496px 543px; -moz-transform-origin:496px 543px;}

@-moz-keyframes turn {from {-moz-transform:rotate(0deg);} to {-moz-transform:rotate(360deg);}}
@-webkit-keyframes turn {from {-webkit-transform:rotate(0deg);} to {-webkit-transform:rotate(360deg);}}

div#globe {animation:turn 240s linear infinite; -webkit-animation:turn 240s linear infinite; -moz-animation:turn 240s linear infinite;}
