body {
	background-color: #000;
	margin: 0;
	padding: 0;
	font: normal 10pt Arial,Helvetica,sans-serif;
}

div#popupWrapper {
	width:1150px;
	margin: 0 10px;
	padding: 0;
}

div#popupWrapper div#popupHeader {
	background: #000 url('../images/top_header_small.jpg') no-repeat;
	height: 60px;
}

div#popupWrapper div#popupHeader h1 {
	margin: 0 0 0 -1000px;
}

div#popupWrapper div#content {
	background-color: #ccc;
	padding: 10px;
	min-height: 200px;
}
