#ieNotice {
	display: none;
}

body {
	background: #ddd;
	font: 11px arial, sans-serif;
	color: #444;
}

#wrapper {
	background: #f4f4f4;
	width: 600px;
	float: left;
	padding: 10px;
}


h1, h2 {
	font-size: 16px;
}

p {
	line-height: 135%;
	color: #444;
	margin: 0 0 10px 0;
}

a {
	color: #444;
	text-decoration: underline;
	font-weight: bold;
}

a img {
	border: 0;
}