#sponsorAdDiv {
	position:absolute; 
	height:400px; 
	width:300px; 
	top:0; 
	left:0;
	background-color: white;
}

 

#sponsorContent{
	width: 280px; /*change width to above width-20. */
	height: 360px; /*change height to above height-20. REMOVE if you wish box to be content's natural height*/
	background:#f8f1e5;
	margin: 10px;
}
.content{
	padding:5px;
}
.close{
	padding:0px 10px 0px 0px;
	text-align:right;
}
.close a{
	font-weight:bold;
} 	