/* home.css */

#main,#right {
	display:inline;
	position:relative;
}
#main {
	padding-left: 20px;
	float:left;
	width:520px;
}
#right {
	padding-right: 20px;
	float:right;
	width:180px;
}
#withme {
	background: transparent url(images/yeswerun.jpg) 0 0 no-repeat scroll;
	width: 540px;
	height: 210px;
}
#withme .desc {
	padding:10px 20px 0 20px;
}

