@charset "utf-8";
body {
	background: radial-gradient(at 50% 20% , #ffe500 0%, #e5cf00 100%) repeat fixed 0 0 rgba(0, 0, 0, 0);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, from(#ffe500), to(#e5cf00));
	background: -webkit-gradient(radial, 1000 100%, 1000, 1000 25%, 10, from(#e5cf00), to(#ffe500));
	background: -moz-radial-gradient(circle at 50% 50% , #ffe500 1%, #e5cf00 50%) repeat scroll 0 0 rgba(0, 0, 0, 0));
	min-height:	100%;

}

.center-div {
     position: absolute;
     margin: auto;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     width: 783px;
     height: 295px;
}





