---------------------------------------- */

/* display keyword and discription, and title
---------------------------------------- */
/* can not use ie */
/*
head {
	display: block;
	background-color: #fff;
}
title,
meta[name="description"],
meta[name="keywords"] {
	display: block;
}
meta[name="description"]:before {
	content: "[description] " attr(content);
	color: red;
}
meta[name="keywords"]:before {
	content: "[keywords] " attr(content);
	color: blue;
}
title {
	color: orange;
}
title:before {
	content: "[title] ";
}
*/




/* General
---------------------------------------- */
/* set "block elements" margin, padding, and font-size */
h1,h2,h3,h4,h5,h6,
p,pre,
ul,ol,li,dl,dt,dd,
blockquote,
address,
form,
table {
	margin: 0;
	padding: 0;
	font-size: 100%;
}



/* Body
---------------------------------------- */
/* set standerd line-height, font-size, and font-family */
body {
	margin: 0;
	padding: 0;
	line-height: 1.6;
	color: #595959;
	background-color: #f4ebe2;
	font-size: 88%;
	font-family: arial, sans-serif;
}

body {
	text-align: center;
	height:100%;
}

div#popup {
	margin: 0 auto;
	width: 700px;
	text-align: left;
	min-height:100%;
	bottom:0;
	background-color: #f4ebe2;
	
}

div#text {
	margin: 0 auto;
	float:left;
}

/* Heading
---------------------------------------- */
div#popup h1 {
	margin:5px 0px 1px;
	width:128px;
	height:57px;
}

div#popup a img {
	border: none;
}

div#popup h2 {
	margin:0px ;
	padding: 0px 5px;
	color: #fff;
	font-size: 150%;
	background-color: #765c2f;

}

div#popup h3 {
	margin: 7px 0;
	padding :5px;
	color: #765c2f;
	font-size: 130%;

}

div#popup p#close {
	text-align:right;
	margin: -30px 0 10px 0;
	padding: 0;

}

div#popup #text p.pop {
	margin: 0px;
	padding: 5px;

}

div#popup #text .pop img {
	float: left;
	margin: 0px;
	padding: 10px 10px 0 0 ;

}

#text p#site {
	margin-top:0px;
	padding: 10px 0 0 5px;
	clear:both;
	color: #c61629;

}

#text p#site a {
	color: #c61629;
	text-decoration: none;
}

#text p#site a:link {
	text-decoration: underline;
}
#text p#site a:visited {
	text-decoration: underline;
}
#text p#site a:hover,
#text p#site a:active,
#text p#site a:focus {
	text-decoration: none;
}

#text p#image {
	margin: 10px auto 0;
	padding:7px 0 0 20px ;
	float:right;
}

