html,body
	{
	height:100%;	
	}
#intro
	{
	position: absolute;
	left: 50%;
	top: 50%;
	margin:-150px auto auto -300px;
	width: 600px;
	/*height: 300px;
	*/

	}
#mini
{
	overflow: auto;	
	width: 560px;
	height: 240px;

}
#mini div
{
	padding: 15px 0px;
	border-bottom: solid 1px #CCCCCC;
	margin-bottom: 15px;
	#min-height: 240px;
}
