* {
	margin: 0px;
	border: 0px;
	padding: 0px;
}

body {
	font-family: Arial, sans;
	font-size: 12px;
	background: #fff;
}

div.entry {
	position: absolute;
	top: 0px;
	left: 10px;
	height: 100px;
	width: 846px;
	overflow: hidden;
}

div.profile_image_div {
	top: 7px;
	width: 85px;
	height: 85px;
	overflow: hidden;
	position: absolute;
	background-position: center center;
	background-repeat: no-repeat;
}

img {
	max-width: 100%;
	max-height: 100%;
	display: block;
	margin: auto auto; 
}

div.comment {
	position: absolute;
	top: 10px;
	left: 100px;
}

a {
	color: #000;
	text-decoration: underline;
}

p.title {
	font-weight: bold;
	font-family: "Comic Sans MS", cursive, sans-serif;
	padding: 5px;
	padding-left: 15px;
	padding-bottom: 0px;
	background: #fff;
}

p.text {

	padding: 5px;
	padding-left: 15px;
	background: #fff;
}
