div#maincontent div#main div#leftcontent {
	background-color: #FFFFFF;
	/*background-image: url(/images/background/homepage.jpg);*/
	background-image: url(/images/background/bg_blanc.jpg);	
	background-position: 0% 0%;
	background-repeat: no-repeat;
	width: 784px;
	height: 502px;
	float: left;
	text-align: left;
}
div#maincontent div#main div#leftcontent div#pushs {	
	width: 253px;
	margin-left: 10px;
	margin-top: 15px;
}
div#maincontent div#main div#leftcontent div#pushs div#pushItem {
	width: 253px;
	margin-top: 20px;
	padding-bottom: 20px;
}
div#maincontent div#main div#leftcontent div#pushs div#pushItem div#pushPicture {
	width: 120px;
	float: left;
}
div#maincontent div#main div#leftcontent div#pushs div#pushItem div#pushContent {
	width: 130px;
	float: left;
}
div#maincontent div#main div#leftcontent div#pushs div#pushItem div#pushContent div#pushTitle {
	/*color:#ea6a00;*/
	color: #000000;
}
div#maincontent div#main div#leftcontent div#pushs div#pushItem div#pushContent div#pushText {
	/*color:#58564d;*/
	color: #000000;
}
div#maincontent div#main div#leftcontent div#pushs div#pushItem div#pushContent div#linkMore {
	text-align: right;
	vertical-align: top;
	width:130px;
}

div#maincontent div#main div#rightcontent div#pen {
	position: relative; 
	top:220px; 
	left:40px;
}
div#maincontent div#main div#rightcontent div#descpen {
	position: relative; 
	top:225px; 
	text-align: center;
}
div#maincontent div#main div#rightcontent div#link {
	position: relative; 
	top:400px; 
	text-align: center;
}
.pushItem {
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#a7a6a4;
}
.linkmore {
	color:#58564d;
	text-decoration: none;
	display:block;
	vertical-align:center;
	height:20px;
	float:left;
	width:80px;
	margin-top:2px;
}