
/* Properties for popup windows within the Buzz area */

body
{
	background-image: url(../images/buzz/logo-popups.png);
	background-repeat: no-repeat;
	background-position: 28px 22px;
}

/* ======================================= Page =========================================== */

div#page
{
	margin: 0em;
	width: auto;

	padding-top: 7.0em;
}

/* =========================== Other elements within the page ============================= */

/* The "close window" paragraph - it's the only paragraph on the page */
div#content p
{
	position: absolute;
	top: 4.8em;
	right: 1.7em;

	cursor: pointer;

	padding-right: 8px;
	background-image: url(../images/buzz/link-icon.png);
	background-position: right center;
	background-repeat: no-repeat;
}

/* The screenshot */
div#content img
{
	display: block; /* Just to be sure */
}