.button{
	
	border:2px solid;	
	width:100px;
	height:25px;
	text-align: center;	
	background: #cda;
	border-radius:10px;	
	margin: 10% 50%;
	cursor: pointer;
}
.button p{
		font-size: 15px;
		font-weight: bold;
	}

#welcomeDiv{	
	 width:1010px;
	 height:570px;
	 position:relative;
	 margin:0 auto;
	 top: 10px;
	 z-index:1;
	 background-size:100% 100%;

}
.close{
	
	width: 25px;
	height: 25px;
	border: 2px solid #FF6600;
	border-radius:25px; 
	text-align: center;
	float: right;
	background-color: #56EE31;
	cursor: pointer;
}
