* { 
margin : 0; 
padding : 0; 
} 
body { 
font-size : 0.825em; 
color : #666; 
background-color : #fff; 
font-family : Arial, Helvetica, sans-serif; 
} 
.sponsorListHolder { 
margin-bottom : 30px; 
} 
.sponsor { 
width : 180px; 
height : 180px; 
float : left; 
margin : 4px; 
position : relative; 
cursor : pointer; 
} 
.sponsorFlip { 
position : absolute; 
left : 0; 
top : 0; 
width : 100%; 
height : 100%; 
border : 1px solid #ddd; 
background : #f9f9f9 url("img/background.jpg") no-repeat center center; 
} 
.sponsorFlip:hover { 
border : 1px solid #999; 
} 
.sponsorFlip img { 
position : absolute; 
top : 50%; 
left : 50%; 
margin : -70px 0 0 -70px; 
} 
.sponsorData { 
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 { 
clear : both; 
} 
#main { 
position : relative; 
margin : 0 auto; 
width : 960px; 
} 
h1 { 
padding : 30px 0; 
text-align : center; 
margin-bottom : 30px; 
background : #f8f8f8 url("img/page_bg.gif") repeat-x bottom; 
} 
h1, h2 { 
font-family : "Myriad Pro", Arial, Helvetica, sans-serif; 
} 
h2 { 
font-size : 14px; 
font-weight : normal; 
text-align : center; 
position : absolute; 
right : 40px; 
top : 40px; 
} 
.note { 
font-size : 12px; 
font-style : italic; 
padding-bottom : 20px; 
text-align : center; 
} 
a, a:visited { 
color : #0196e3; 
text-decoration : none; 
outline : none; 
} 
a:hover { 
text-decoration : underline; 
} 
a img { 
border : none; 
} 

