@CHARSET "ISO-8859-1";

div#frame{
	width: 100px;
	height: 130px;
	border: 1px solid #F0F0F0;
	background-color: white;
	margin-top: 20px;
	margin-left: 30px;
	float: left;
}

div#desc{
	border-top: 1px solid #F0F0F0;
	font-family: Arial, Verdana;
	font-size: 10px;
	text-align: center;	
}

div#content{
	border: 1px solid white;
	background-color: white;
}