/*  Layout----------------------------------------------- */body {	background: #fff;	padding:0;	margin:0;	font: 11px/140% Verdana, Geneva, Arial, Helvetica, sans-serif;	color:#555555;	min-width: 300px;	min-height: 300px;}#fadein-top{	display: none;}.container{	background: #fff;	position: absolute;	top: 0;	margin:  0;	padding: 0;	width: 100%;	height: 100%;	overflow: hidden;}#topin{/*	background-image: url(../img/logo.png); *//*	background-size: cover; */	background-repeat: no-repeat;	height: 200px;	width: 200px;	position: absolute;	top: 50%;	left: 50%;	margin: -100px;}#topin a{	height: 200px;	width: 200px;	display: block;}#topin img{	height: 200px;	width: 200px;	display: block;}a:link, a:visited {	color: #000;	text-decoration: none;	-webkit-transition: 0.2s ease-in-out;	   -moz-transition: 0.2s ease-in-out;		 -o-transition: 0.2s ease-in-out;			transition: 0.2s ease-in-out;}a:hover, a:active, a:focus {	text-decoration: none;	color: #777;	border-bottom: #ccc 0px;	opacity: 0.4;	filter: alpha(opacity=40);}