@charset "utf-8";
#wrapper {
	background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,1.00) 13.99%,rgba(255,255,255,1.00) 79.27%);
	background-image: -moz-linear-gradient(270deg,rgba(0,0,0,1.00) 13.99%,rgba(255,255,255,1.00) 79.27%);
	background-image: -o-linear-gradient(270deg,rgba(0,0,0,1.00) 13.99%,rgba(255,255,255,1.00) 79.27%);
	background-image: linear-gradient(180deg,rgba(0,0,0,1.00) 13.99%,rgba(255,255,255,1.00) 79.27%);
	background-color: #0024B1;
	padding-left: 30px;
	padding-top: 50px;
	width: 600px;
	height: 200px;
	color: rgba(225,225,225,1.00);
}
