#boxTitle-blogs {
	background-image: url(../images/text/boxTitleBlogs.png);
	background-repeat:no-repeat;
	margin-left:-7px;
	width:250px;
	height:28px;
}

#box-blogs {
	background-image: url(../images/transBG.png);
	background-repeat: repeat;
	border: 1px solid #222222;
	padding: 7px;
	width: 480px;
	height: 600px;
	overflow: auto;
}

#boxTitle-twitter {
	background-image: url(../images/text/boxTitleTwitter.png);
	background-repeat:no-repeat;
	margin-left:-7px;
	width:300px;
	height:28px;
}

#box-twitter {
	background-image: url(../images/transBG.png);
	background-repeat: repeat;
	border: 1px solid #222222;
	padding: 7px;
	width: 305px;
	height: 600px;
	overflow: auto;
}

