#sidebar {
 width:320px;
 float:right;
}

#center {
	float: left;
	width: 660px;
}

.pro-plate {
	border: 1px solid #C1DAB9;
	border-top: none;
	padding: 15px;
	clear: both;
}
.pro-menu {
	width: 420px;
	background: #ccc;
}

.pro-menu li {
	display: block;
	float:left;
	padding: 0;
	margin: 0;
}

.pro-menu a {
	width: 100px;
	height: 25px;
	display: block;
	background: url(/images/pro_menu.gif) no-repeat;
}
.t1 a {
	background-position: 0 -25px;
}
.t1 a:hover {
	background-position: 0 0;
	}
.t2 a {
	background-position: -100px -25px;
}
.t2 a:hover {
	background-position: -100px 0;
}
.t3 a {
	background-position: -200px -25px;
}
.t3 a:hover {
	background-position: -200px 0;
}
.t4 a {
	width: 120px;
	background-position: -300px -25px;
}
.t4 a:hover {
	background-position: -300px 0;
}
div.row {
  background-image: url(/images/ten.gif);
  background-position: bottom;
  background-repeat: repeat-x;
}
