body{
	background: #ffffff;
}

body.popup{
	color: #ffffff;
	background: #000000;
}

ul{
	float: left;
}

ul li{
	list-style: none;
	float: left;
	margin: 0 20px 0 0;
}

#popup{
	width: 342px;
	height: 270px;
	z-index: 100;
	position: absolute;
	background: url(popup.png) no-repeat;;
}

#popup iframe{
	width: 200px;
	height: 200px;
	margin: 20px 0 0 80px;
	border: 1px solid #000000;
	position: absolute;
}