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

*{
    margin:0;
    padding:0;
}
body{
	background-color:#e0e4e8;
	color:#2078F0;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    height:610px;
	margin:0 auto;
	text-align:center;
	width:790px;
}
div {
	margin:0 auto;
}