html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
table#mainTable {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #253350;
	text-align:center;
	color: #8da8e0;
	font-size: 12px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}
img {
	border:0;
}
#lang {
	position:absolute; 
	top:10px;
	right:10px;
}
#overlay {

	position:absolute; 
	width:100%; 
	height:100%; 
	background:#000; 
	top:0; 
	left:0; 
	overflow: auto;

	z-index: 9500;
	
	display: none;
}
#page {
	
	position:absolute; 
	width:404px;
	height:388px;
		
	left:50%;
	top:50%;
	margin-left:-202px;
	margin-top:-192px;
	
	z-index: 10000;
	
	/* display: none; */
}
#page #pagebody {
	width:360px;
	height:344px;
	background: #253350;
	position: relative;
	z-index: 11000;
	padding:20px;
	border: 2px solid #8da8e0;
	text-align: left;
	
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#page #closeimg {
	position:absolute; 
	right:10px;
	top:10px;
}
#page #pagebody p {
	color: #8da8e0;
	font-size: 16px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}
#page a {
	color: #fff;
}
#mainmenu {
	margin: 70px 0 0 0;
}
#content-portfolio {
	display: none;
}
#content-services {
	display: none;
}
#content-contacts {
	display: none;
}
