@charset "utf-8";/* =Reset default browser CSS.Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html-------------------------------------------------------------- */html,body{	margin:0;	padding:0;	height:100%;	background:#f3f3f3;}h1{	margin:20px 50px;	font-size:large;	border-left:10px solid #6A3906;	border-bottom:1px solid #6A3906;	padding:10px;	width:600px;}p{	margin:20px 50px;}ul{	width:700px;}ul li{	float:left;	list-style-type:none;}ul li img{	border:0;	margin:10px;}div#glayLayer{	display:none;	position:fixed;	left:0;	top:0;	height:100%;	width:100%;	background:black;	filter:alpha(opacity=60);	opacity: 0.60;}#overLayer{	display:none;	position: fixed;	top:50%;	left:50%;	margin-top:-244px;	margin-left:-325px;}#copyright{clear:both;padding:10px;text-align:left;font-size:75%;zoom:1;color:#fff;background:#b7b6b6;width:600px;}