body{
	background: #ffffff;
}

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

ul{
	float: left;
}

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

ul li img{
	width: 110px;
	height: 110px;
}

ul#second{
	clear: both;
	margin: 20px 0 0 0;
}

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

#popup2{
	width: 242px;
	height: 230px;
	z-index: 100;
	padding: 20px 20px 20px 80px;
	position: absolute;
	color: #ffffff;
	background: url(popup.png) no-repeat;;
}

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

.clear{
	clear: both;
}
