#liquid-round {
width:80%;
margin:auto;
margin-top: -5px;
margin-bottom: 0;
background:#fff url(leftside.gif) repeat-y left top;
}
.top-round {
width:100%;
height:15px;
background:url(top.gif) no-repeat left top;
}
.top-round span {
display:block;
height:15px;
background:url(top-right.gif) no-repeat right top;
}
.center-content-round {
background: url(rightside.gif) repeat-y right top;
padding:0;
margin: auto;
text-align:center;

}

.center-content-round a {
	font-size: 110%;
	text-decoration:none;
	color: #C00;
	}
	
.center-content-round a:hover {	
	color: #3282B7;
}

.bottom-round {
width:100%;
height:15px;
background:url(bottom.gif) no-repeat left bottom;
}
.bottom-round span {
display:block;
position:relative;
height:15px;
background:url(bottom-right.gif) no-repeat right bottom;
}
