






	#welcomediv_bg{ 
		background-image:url(images/bg_entry.png);	
		position:fixed;
		top:0;
		left:0;
		width:100%;
		height:100%;
		z-index: 500;
		display: block;
		overflow: hidden;
	}

	#entry_pic{
		background-image:url(images/entry.png);	
		width: 800px;
		height: 531px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 30px;
	}
	
	#accept{
		position: absolute;
		margin-top: 452px;
		margin-left: 76px;
		border: 0px solid red;
		width: 307px;
		height: 60px;
		cursor: pointer;
	}
	#reject{
		position: absolute;
		margin-top: 456px;
		margin-left: 470px;
		border: 0px solid blue;
		width: 257px;
		height: 51px;
		cursor: pointer;
	}