	#gatewaydiv
	{
		background-image:url("http://funniest-movies.com/images/lock.png");
		background-repeat:no-repeat;
		width:500px;
		height:300px;
		padding:20px;
		position:fixed;
		display:none;
		background-color:#FFFFFF;
		border:solid 4px gray;
		text-align:center;
		font-family:arial;
	}
 
	#gatewaydiv h1
	{
		text-align:center;
		font-size:35px;
		color:#cc0000;
	}
 
	#gatewayMessage
	{
		font-size:18px;
	}
 
	.offerlink
	{
		color:red;
		font-weight:bold;
	}
 
	#OfferList
	{
		margin:0;
		padding:0;
	}
 
	#OfferList
	{
		list-style:none;
	}
 
	
