@import url(main.css);

body {
	background: white;
}
.popupContainer {
	margin: 10px;
}
/*div.picture {
	float: left;
	width: 70px;
	height: 130px;
	padding: 15px 15px 0 0;
}
.description {
	float:left;
	width: 380px;
}*/
div#imgContainer {
	position: absolute;
	width: 70px;
	padding: 15px 0;
	top: 0;
	left: 0;
}
div#description {
	width: 380px;
	margin-left: 85px;
}
