/* CSS Document */

body { text-align:center; background-color:#20296d;
	margin:0px; padding:0px;}
	
#container { width:950px; height:572px;
	margin-left:auto; margin-right:auto;
	position: absolute;
  top: 50%;
	left:50%;
  margin-top: -286px;
	margin-left:-475px;}

#contents { width:950px;}
#contents_bg { width:948px; border:1px solid #7289a2;}

#foot { text-align:right; padding-top:3px;}

h1, h2, h3 { margin:0px; padding:0px;}


