
	body {
		margin: 0;
		padding: 0;
	}

	.art_cell {
		width: 180px;
		height: 174px;
		overflow: hidden;
		background-color: #505050;
		background-image: url('http://panjea.vo.llnwd.net/o10/pics/newhomepage/cell_bg.jpg');
		background-repeat: x-repeat;
		float: left;
	}

	.art_cell .frame {
		width: 180px;
		height: 174px;
		overflow: hidden;
		background-image: url('http://panjea.vo.llnwd.net/o10/pics/newhomepage/cell_frame.gif');
		
	}

	.art_cell .image, .art_cell .image .frame {
		width: 168px;
		height: 75px;
	}

	.art_cell .image {
		margin: 5px 0px 0px 6px;
		background-image: url('http://panjea.vo.llnwd.net/o10/pics/newhomepage/sample.jpg');	
	}

	.art_cell .image .frame {
		background-color: transparent;
		background-image: url('http://panjea.vo.llnwd.net/o10/pics/newhomepage/pic_frame.png');
		background-image: expression('none');
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://panjea.vo.llnwd.net/o10/pics/newhomepage/pic_frame.png', sizingMethod='crop');
		
	}

	.art_cell .plate {
		background-image: url(/pics/newhomepage/plate_bg.jpg);
		width: 167px;
		height: 16px;
		border: 1px solid #828282;
		margin: 4px 0px 0px 6px;

	}

	.art_cell .playbutton {
		float: right;
		margin: 1px 5px 0px 0px;
		border: 0px;
		width: 14px;
		height: 14px;
	}

	.plate .title {
		font-size: 12px;
		font-weight: bold;
		color: #333333;
		font-family: Arial, Helvetica, sans-serif;
		line-height: 16px;	
		float: left;
	}

	.art_cell .desc { 
		margin: 5px 5px 5px 8px;
		font-size: 10px;
		font-weight: bold;
		font-family: Arial, Helvetica, sans-serif;
		color: #333333;
	}
	
	.footer {	
		font-family:Arial, Helvetica, sans-serif;
		font-size: 11px;
		line-height: 25px;
		color: #d5d5d5;
		padding-left: 10px;
	}

	.big_plate {
		background-color: #505050;
		background-image: url('http://panjea.vo.llnwd.net/o10/pics/newhomepage/footer_bg.jpg');
	}
	
	.footer .footer_menu {
		float: right;
	}
	
	.footer .footer_menu span {
		margin: 0px 10px 0px 10px;
	}

	.footer .footer_menu a {
		text-decoration: none;
		color: #d5d5d5;
	}

	#flash_player {
		position: absolute;
		width: 900px;
		height: 325px;
		z-index: 100; 
	}