.itemTop {
	background-image: url(../images/item_top.png); 
	background-repeat: no-repeat; 
	background-position: right top;
}
.itemLine {
	background-image: url(../images/item_line.png); 
	background-repeat: no-repeat; 
	background-position: right top;
	font-family: Arial; 
	font-size: 11px; 
	font-weight: bold; 
	color:#3c4146;
	padding-left:19px;
	vertical-align : top;
}
.itemBack {
	background-image: url(../images/item_back.png); 
	background-repeat: repeat-y; 
	background-position: right top;
}
.itemBottom {
	background-image: url(../images/item_bottom.png); 
	background-repeat: no-repeat; 
	background-position: right top;
}
.logoPNG {
	background-image: url(../images/logo.png); 
	background-repeat: no-repeat; 
	background-position: left top;
}
.mainSpaceHome {
	margin-right: 16px; 
}