/* CSS used within the iframe of d4u_slimbox */

body {
	position: relative;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #FFFFFF;
	background: #333333;
	font-family: Verdana, Arial, Geneva, sans-serif;
}

#container {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#header, #footer {
	margin: 0;
	padding: 5px 0;
	text-align: center;
	font-size: 11px;
}

#image {
	line-height: 0; /* needed for strict doctypes in Gecko browsers */
  background-color:white;
}
