BODY { background-image:url("../images/back.jpg");
           background-repeat:no-repeat;
           background-position:center top;
	   
		   
		   }
		   
@-webkit-keyframes fadein {

	0%	{
	opacity: 0;
	background-color: white;
	}
	100%	{
	opacity: 1;
	background-color: white;
	}
}

body#pg_fadein {
	-webkit-animation-name: fadein;
	-webkit-animation-duration: 2s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
}		   


#site-box { width : 1200px ;
height:720px ;
    margin-left:auto;
	margin-right:auto;
    margin-top:0px;
}


#a-box {
width : 1200px ;
height: 620px ;
    margin-left:auto;
	margin-right:auto;
    margin-top:0px;
}

#layer {
	z-index: 2;
 position: relative;
    top:-14%;
    left:-38%;
}



#b-box {
width : 1200px ;
height: 80px ;
    margin-left:auto;
	margin-right:auto;
    margin-top:0px;
}

#c-box {
width : 270px ;
height: 20px ;
    margin-left:auto;
	margin-right:auto;
    margin-top:0px;
}