@import "default.css";
@import "common.css";

h1 {
	font: 36px "Times New Roman", Times, serif;
}

p {
	font: 12px/2em Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: center;
	margin-bottom: 20px;
}

#img-Menu {
	width: 640px;
	height: 400px;
}


#img-Menu ul {
	height: 66px;
	margin-bottom: 20px;
	margin-left: 45px;
}

#img-Menu li {
	height: 66px;
	width: 86px;
	list-style: none;
	display: block;
	float: left;
	margin-left: 17px;
	border: 1px solid #CCCCCC;
}

#img-Menu li img {
	height: 60px;
	width: 80px;
	padding: 3px;
	border-style: none;
}

#img-Menu2 {
	width: auto;
	height: 400px;
}

#img-Menu2 ul {
	height: 66px;
	margin-bottom: 20px;
	margin-left: 155px;
}

#img-Menu2 li {
	height: 66px;
	width: 86px;
	list-style: none;
	display: block;
	float: left;
	margin-left: 17px;
	border: 1px solid #CCCCCC;
}

#img-Menu2 li img {
	height: 60px;
	width: 80px;
	padding: 3px;
	border-style: none;
}

#img-Menu3 {
	width: auto;
	height: 300px;
}

#img-Menu3 ul {
	height: 36px;
	margin-bottom: 20px;
	margin-left: 45px;
}

#img-Menu3 li {
	height: 36px;
	width: 86px;
	list-style: none;
	display: block;
	float: left;
	margin-left: 17px;
	border: 1px solid #CCCCCC;
}

#img-Menu3 li img {
	height: 30px;
	width: 80px;
	padding: 3px;
	border-style: none;
}

div.lb img {
	padding: 2em;
	background: #fff;
}

/** Here's where the magic happens **/
div.lb {
	display: none;
}
div.lb:target {
	display: block !important;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	background: url('screen.png');
	position: fixed;
	padding: 2em;
}
