

body{
	
	background-color: white;
	color: #9f9f9f;
	font-size: 14px;
	margin:0;
	
	background-image: url(../images/hg.jpg);
	background-repeat: repeat-x;
	background-position-y:263px;
	background-position: 0 263px;
	
	
	line-height: 19px;
	font-family:Georgia,Times;
	
}






#buffer{
	visibility: hidden;



}




#teaserBox {

		/* overlay is hidden before loading */
		
		/* standard decorations */
		width:720px;
		height:343px
		border:10px solid #fff;
background-color:#fff;
		
		/* hot CSS3 features for mozilla and webkit-based browsers (rounded borders) */
		-moz-border-radius:2px;
		-webkit-border-radius:2px;
	}

	#teaserBox div {
		padding:10px;
		
		
		font-family:"lucida grande",tahoma,verdana,arial,sans-serif
	}
	
	#teaserBox .close {
	cursor:pointer;
	
}

	
#teaserBox .closeButton {
	background-image:url(../apple-close.png);
	position:absolute;
	right:-13px;
	top:-8px;
	
	height:8px;
	width:8px;
}

#exposeMask{

	height:500px;
}

