#divContainer {
	POSITION: relative;
	OVERFLOW: hidden;
	WIDTH:390px;
	HEIGHT: 310px;
	TOP: 0px;
	LEFT: 0px;
	VISIBILITY: visible;
	CLIP: rect(0px,390px,310px,0px);
}
#divContent {
	LEFT: 0px;
	POSITION: absolute;
	TOP: 0px;
	width: 390px;
}
#temptext {
	color: #CCC;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	border-bottom-style: double;
	border-bottom-color: #FFF;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}	
			



#temptext a {
	color: #CCC;
	text-decoration: underline;
}
#temptext a:hover {
	text-decoration:none;
	text-shadow: 0px 0px 8px #00A2E8; 

}

