html, body{
	padding: 0;
	margin: 0;
	background-color: #860a05;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	height: 100%;
}

a { color: #fff; text-decoration: underline; }

#pop_bg{
	width: 800px;
	min-height: 700px;
	margin: 0 auto;
}

#top{
	width: 800px;
	height: 242px;
}

#pop_content{
	width: 574px;
	margin: 0 auto;
}

h1{
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 20px 0;
	margin: 0;
}

h4{
	font-size: 14px;
	font-weight: bold;
}

.text{
	color: #fff;
	font-size: 12px;
	line-height: 16px;
}