@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}





a img {
	border: none; outline: none; text-decoration: none;
}

a  {
	text-decoration: none
}

.be #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.gn #container {
	width: 940px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding-top: 50px;
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.be #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.gn #mainContent {
	padding: 0 0px;  /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.be #foto{
	width:780px; height:780px; display:table-cell; vertical-align:middle;
}

.gn #foto{
	width:940px; display:table-cell; vertical-align:middle;
}

.be #mid{
	width:380px; height:380px; margin:0 auto; background-color: #FFF; text-align:center;
}

.be #frame{
	width:350px; height:340px; margin:0 auto; background-color: #FFF;
}

img.center {   display: block;   margin: auto; }


.be table {table-layout:fixed; width:780px; border:none;
}

td { width:190px; height: 190px; border:none; background-color: #FFF}

.geluk {margin: 6px; float:left;}

.genter { display: block;   margin: 90px auto; }

.penter { text-align: center; }