@charset "utf-8";
/* CSS Document */




#in {
	top: 0;
	width: 780px;
	background: none;
	margin: 0 auto;
	position:relative;
	text-align: left;
	
}

#interContainer{
position: absolute;
width: 780px; /*Width of interstitial box*/
left: 0;
top: 0;
padding: 0px;
visibility: hidden;
z-index: 6;
}

#interContainer .headerbar{ /*CSS for header bar of interstitial box*/
position: absolute;
padding: 0;
top: 65px;
left: 764px;
z-index: 6;
}

#closebutton{ /*CSS for close button*/
position: absolute;
padding: 0;
top: 685px;
left: 708px;
z-index: 6;
}
 
#donatebutton{ /*CSS for donate button*/
position: absolute;
padding: 0;
top: 666px;
left: 55px;
z-index: 6;
}

#donatebutton1{ /*CSS for donate button*/
position: absolute;
padding: 0;
top: 666px;
left: 225px;
z-index: 6;
}

#donatebutton2{ /*CSS for donate button*/
position: absolute;
padding: 0;
top: 666px;
left: 395px;
z-index: 6;
}


#interContent{ /*CSS for div that holds the content to show*/
background: none;
}

#interVeil{ /*CSS for background veil that covers entire page while interstitial box is visible*/
position: absolute;
background: #000;
opacity: 0.8;
filter: alpha(opacity=80); /**//* older IE */
right: 0;
width: 10px;
top: 0;
z-index: 5;
visibility: hidden;
}
