@charset "utf-8";
/* CSS Document */

body {background-color: #394a68}

#container 
{
     width: 1000px;
     height: 560px;
     position: absolute;
     top: 50%;
     left: 50%;
     margin-left: -500px;
     margin-top: -280px;
}
 
.style1 {color: #FFFFFF}
.style2 {color: #000000}
