

#page h1 + .button {color:blue;
	top: 20px; right: 25px; position: absolute;
}

#page li {
	position: relative;
}
#page ul + a {
	margin: 25px 0px; text-align: center; font-size: 180%; text-decoration: none; display: block;
}

#popup {color:blue;
	padding: 25px; border-radius: 10px;  display: none; width: 300px; box-shadow: 0px 0px 25px 5px #999; background-color: rgb(255, 255, 255);
}
#popup2 {color:blue;
	padding: 25px; border-radius: 10px;  display: none; width: 300px; box-shadow: 0px 0px 25px 5px #999; background-color: rgb(255, 255, 255);
}

#popup .logo {
	font: bold 325%/normal "Petrona", sans; color: rgb(43, 145, 175); font-size-adjust: none; font-stretch: normal;
}
#popup {
	min-height: 250px;
}

#popup2 iframe {
	background: url("loader.gif") no-repeat center; min-height: 240px; width: 300px;
}
