body {
	margin:0;
	padding:0;
	font-family:Arial;
	font-size:12px;
	color:#000000;
}

	#header {
		width:443px;
		height:27px;
		background-image:url(../images/netto_popup_header.jpg);
		color:white;
		font-size:16px;
		font-weight:bold;
		text-align:center;
		padding-top:11px;
	}
	
	#content {
		width:443px;
		height:436px;
		background-color:#F9F9F9;
		margin:0;
		padding:0;
	}

	#content a,
	#content a:link,
	#content a:hover,
	#content a:visited {
		color:#333333 !important;
		margin:0;
		padding:0;
	}

	#content ul li {
		margin-top:10px;
	}
	
	#footer {
		width:443px;
		height:27px;
		background-image:url(../images/netto_popup_footer.jpg);
		color:white;font-weight:bold;
		text-align:center;
		padding-top:11px;
	}
	
	#footer a,
	#footer a:link,
	#footer a:hover,
	#footer a:visited {
		color:#333333 !important;
	}