@charset "utf-8";
/* CSS Document */
html {
	height:100%;
}
body {
	width:100%;
	height:100%;
	margin:0px;
	background-color:#FFFFFF;
	background: url(../images/background.jpg) repeat-x;
	font-size: 85%;
	font-family: Georgia, "Times New Roman", Times, serif;
	overflow:hidden;
}
a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
li {
	list-style:none;
}
ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#content { width:100%;
	height:100%;
	background: url(../images/intro.jpg) top center no-repeat;
}
#ocontent {
	#position: relative;  #top: -40%
}

#words {
	background:url(../images/white.png);
	height:100%;
	width:100%;
	padding-top:0px;
	#position: relative; overflow: hidden;
	display:table;
}
#overlay {
	position:absolute;
	width:100%;
	height:100%;
	left: 0px;
	top: 0px;
	z-index:99;
	display:none;
}
#lang {
	width:100%;
	height:32px;
	text-align:center;
}
#info {
	margin: 390px 0px 0px 0px;
}
.imgs {
	margin:3px 5px 0px 0px;
}
.skype {
	border:none;
}
#vhtml {
	position:absolute;
	width:100%;
	top:320px;
	text-align:center;
	padding:0px 0px 0px 140px;
}