@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body {
	background-image: url(../images/popup.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	font-size:small;
}

img {
	border:none;
}

#POPUP #container {
	width:540px;
	margin-top:150px;
	margin-right: auto;
	margin-left: auto;
}

h1 {
	font-size:105%;
	margin-bottom:10px;
}


p {
	text-align:left;
	line-height:2;
}


#pdfDL {
	text-align:center;
	margin-top:10px;
}