* {
	/* Resetting the default styles of the page */
	margin:0;
	padding:0;
}
.sponsorListHolder {
	margin-bottom:100px;
}
.sponsor {
	width:400px;
	height:185px;
	float:left;
	margin:0px;
	/* Giving the sponsor div a relative positioning: */
	position:relative;
	cursor:pointer;
}
.sponsorFlip {
	/*  The sponsor div will be positioned absolutely with respect
		to its parent .sponsor div and fill it in entirely */

	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	border:1px solid #ddd;
	background:url("img/background.jpg") no-repeat center center #f9f9f9;
}
.sponsorFlip:hover {
	border:1px solid #999;
	/* CSS3 inset shadow: */
	-moz-box-shadow:0 0 30px #999 inset;
	-webkit-box-shadow:0 0 30px #999 inset;
	box-shadow:0 0 30px #999 inset;
}
.sponsorFlip img {
	/* Centering the logo image in the middle of the sponsorFlip div */
	
	position:absolute;
	top:50%;
	left:50%;
	margin:-93px 0 0 -200px;
}
.sponsorData {
	/* Hiding the .sponsorData div */
	display:none;
}
.sponsorDescription {
	font-size:11px;
	padding:50px 10px 20px 20px;
	font-style:italic;
}
.sponsorURL {
	font-size:10px;
	font-weight:bold;
	padding-left:20px;
}
.clear {
	/* This class clears the floats */
	clear:both;
}

#sponsor2_box {
	width:640px;
	height:293px;
	margin: 0px auto 0px auto;
}
.sponsor2 {
	width:640px;
	height:293px;
	float:left;
	margin: 0px;
	/* Giving the sponsor div a relative positioning: */
	position:relative;
	cursor:pointer;
}
.sponsorFlip2 {
	/*  The sponsor div will be positioned absolutely with respect
		to its parent .sponsor div and fill it in entirely */

	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	border:1px solid #ddd;
	background:url("img/background.jpg") no-repeat center center #f9f9f9;
}
.sponsorFlip2:hover {
	border:1px solid #999;
	/* CSS3 inset shadow: */
	-moz-box-shadow:0 0 30px #999 inset;
	-webkit-box-shadow:0 0 30px #999 inset;
	box-shadow:0 0 30px #999 inset;
}
.sponsorFlip2 img {
	/* Centering the logo image in the middle of the sponsorFlip div */
	
	position:absolute;
	top:50%;
	left:50%;
	margin:-146px 0 0 -320px;
}
.sponsorData2 {
	/* Hiding the .sponsorData div */
	display:none;
}