body{
	background:#333333;
	width:700px;
	margin: 0px auto;
	background: url(img/tasky_pattern.png);
}
.img {border:0;}


div.container{
	width:1000px;
	margin-left:-150px;
}
div.thumb{
    position:relative;
	width:180px;
	height:180px;
	margin:15px 5px ;
	overflow:hidden;
	border:5px solid #ffffff;
	float:left;
}
div.divLeft, div.divRight{
	width:90px;
	height:180px;
	overflow:hidden;
	position:relative;
    top:-160px;
	overflow:hidden;
	float:left;
	
}
div.divLeft{
	margin-right:-0px;

}
div.divLeftImage{
	width:90px;
	height:100%;
	float:left;
}

div.divRight{
	width:90px;
	background-position:-90px 0;
	
}

div.someContent{
	position:relative;
    width:170px;
	height:150px;
	padding:10px 10px 0px;
	
}
div.someContent div.content{
	color:#CCC;
	height:120px;
	padding:0 10px 0 20px;
}
div.someContent div.more{
	background-image:url(readmore-bg.png);
	bottom:0;
	float:left;
	height:30px;
    top:25px;
	position:relative;
	right:10px;
	width:180px;
	text-align:center;
}
a:link, a:hover,a:active, a:visited{
	color:#ffffff;
	text-decoration:none;
	font-size:15px;
	font-family: 微軟正黑體, 'Microsoft JhengHei	', 蘋果儷中黑, 'Apple LiGothic';
	font-weight: bold;
	
}
span{
	color: #FCC8C8;
	font-size: 17px; 
}

.cope{
	float:left;
	width:380px;
	margin-top:30px;
	margin-left:10px;
	color:#ffffff;
	text-decoration:none;
	font-size:12px;
	font-family: 微軟正黑體, 'Microsoft JhengHei	', 蘋果儷中黑, 'Apple LiGothic';
	font-weight: bold;
	}
.buttom{
	float:left;
	text-align:center;
	margin: 0px auto;
	margin-top:50px;
	margin-left:-10px;
	font-family: 微軟正黑體, 'Microsoft JhengHei	', 蘋果儷中黑, 'Apple LiGothic';
	color: #ffffff;
	font-size: 11px;   
	line-height:18px;
	width:800px;
	}
a:hover,img a:hover{
	position: relative;
	top: 1px;
	left: 2px;
}
.buttom a:hover{
	background-color:#75D9C7;
	color: #333333;
}