

img {
	border: 0;
	behavior: url("pngbehavior.htc");
}

#content {
	width: 750px;
	background-color: rgb(255, 255, 255);
	border: 1px solid rgb(178, 219, 251);
	margin-left: 0px;
	margin-right: auto;
	margin-top: 10px;
	padding-left: 21px;
	padding-right: 21px;
	padding-top: 10px;
}

#copyright {
	text-align: center;
}

h1 {
	height: 71px;
	margin-top: -77px;
	margin-left: -30px;
}


h2 {
	font-size: 18px;
	color: rgb(43, 150, 191);
	font-weight: normal;
}

h3 {
	color: rgb(174, 174, 174);
	font-size: 20px;
	margin-bottom: 0;
	padding-bottom: 0;
}

body p {
	margin-top: 0;
	color: rgb(126, 126, 126);
	line-height: 1.5em;
}

code {
	border: 1px solid rgb(178, 219, 251);
	background-color: rgb(219, 239, 255);
}

a {
	color: rgb(43, 150, 191);
}

.uppercase {
	text-transform: uppercase;
}

body > #content > #header {
	background-image: url(images/tooltipjs.png);
}

.tooltip {
	position: absolute;
	width: 240px;
	border: 1px solid black;
	padding: 2px;
	font-size: 12px;
	margin: 1em;
}

.tooltip h1 {
	height: auto;
	margin-top: 0px;
	margin-left: 0px;
	background-color: rgb(106,106,106);
	color: white;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}

.tooltip p {
	padding: 2px;
	margin-top: 0.5em;
	line-height: 1.2em;
}

.tooltip a.close {
	/* Here for example only. Styles the Close link */
}

.netflix {
	position: absolute;
	margin-top: -130px;
	margin-left: 90px;
	z-index: 1000;
	background-color: transparent;
	width: 200px;
	height: 182px;
	background-image: url(bubble.png);
	background-repeat: no-repeat;
	border: none;
	padding-left: 40px;
}

.netflix h1 {
	margin-top: 5px;
	background-color: transparent;
}

.netflix p {
	font-size: 14px;
	width: 200px;
}

.netflix .close {
	display: none;
}
