@charset "utf-8";
/* CSS Document */

body {
	background: url(../images/BG.png) no-repeat ;
	border: 0;
	color: #000000!important;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
	margin-top: 150px;
  
}

p {
	color:#000;
	margin-top: 100px;
	margin-left:250px;
  margin-right: 250px;
}

a {
	color:#fff;
}
	

	