body, html {
	margin: 0;
	padding: 0;
	width: 100%;
	color: #4d4b4c;
	font: 11px/16px Verdana, Helvetica, sans-serif;
}

#container {
	position: relative;
	width: 350px;
	height: 200px;
	margin: 200px auto;
	padding: 1px;
	background: #fff;
}

a {
	color: #4d4b4c;
	text-decoration: none;
	border-bottom: 0;
}
a:hover { border-bottom: 1px dotted #4d4b4c; }
h1, p {
	margin: 8px 16px 0 122px;
	padding: 0;
	font-weight: normal;
	text-decoration: none;
}
h1 { font-size: 16px; }
img {
	position: absolute;
	top: 0; left: 32px;
}
