		body {
			margin: 0;
			padding: 0;
			background: #7B0C0C none repeat scroll 0 0;
			font-family: Arial, Helvetica, sans-serif;
		}
		
		#root {
			margin: 10px;
			background: #fff;
		}
		
		#header {
			background: #fff url(../images/logo_popup.gif) top right no-repeat;
			padding: 10px;
			height: 59px;
			border-bottom: 3px solid #7B0C0C;
		}
		
		#header h1 {
			font-size: 18px;
			font-weight: bold;
			width: 350px;
			margin-bottom: 5px;
		}
		
		#header h2 {
			font-size: 14px;
			font-weight: bold;
			width: 350px;
		}
		
		#content {
			padding: 10px;
			overflow: auto;
			height: 300px;
		}
		
		#footer {
			height: 20px;
			padding: 10px;
			background: #F4F5D1;
			text-align: right;
			border-top: 3px solid #7B0C0C;
		}
		
		#footer a {
			color: #A23133;
			padding-left: 20px;
			background: url(../images/x.gif) left 3px no-repeat;
		}
