html {
	height:100%;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:0.9em;
	line-height:1.45em;
	color:#606060;
	font-style:italic;
	margin:0;
	position:relative;
	height:100% auto;
	min-height:100%;
}
#button {
	position:absolute;
	z-index:10;
	top:0;
	left:50px;
	width:157px;
	height:120px;
	display:block;
	background:url(../images/master.png) -1px 0px no-repeat;
}
#close {
	position:absolute;
	z-index:11;
	width:60px;
	height:60px;
	top:20px;
	right:50px;
	background:url(../images/master.png) -158px -70px no-repeat;
}
#overlay {
	position:absolute;
	z-index:9;
	width: 100%;
	height:100%;
	top:0;
	left:0;
	display:none;
	background:url(../images/overlay-bg.png) 0 0 repeat;
}
#overlay-text {
	position:absolute;
	top:0;
	left:50px;
	width:auto;
	height:auto;
	background:none;
	padding:140px 0 0 0;
}
#overlay-text a {
	color:#989898;
	text-decoration:none;
}
#overlay-text a:hover {
	color:#989898;
	text-decoration:underline;
}
#hello {
	position:relative;
	background:none;
	width:240px;
	height:auto;
	padding:0 30px 0 0;
	float:left;
}
#hello-title {
	position:relative;
	width:218px;
	height:20px;
	background:url(../images/master.png) 0px -130px no-repeat;
}
.line {
	position:relative;
	background-color:#606060;
	width:100%;
	height:1px;
	margin:9px 0 0 0;
}
#clients {
	position:relative;
	float:left;
	width:170px;
	height:auto;
	padding:0;
}
#clients-title {
	position:relative;
	width:59px;
	height:20px;
	background:url(../images/master.png) 0px -153px no-repeat;
}
#menu-left {
	padding:14px 15px 0 0;
	margin:0;
	float:left;
}
#menu-right {
	padding:14px 0 42px 0;
	margin:0;
	float:left;
}
.clientlist {
	list-style-type:none;
	padding:0;
	margin:0;
	font-style:normal;
}
#wrapper {
	position:relative;
	width:100%;
	height:100%;
	display:block;
}
#bg-eis {
	position:absolute;
	z-index:4;
	width:100%;
	height:100%;
	display:block;
	background:url(../images/eis-bg.jpg) 0px 0 repeat-x;
	background-color:#FFF;
}
#pic-eis {
	position:absolute;
	z-index:5;
	top:0;
	right:0;
	width:751px;
	height:545px;
	display:block;
	background:url(../images/eis.jpg) 0px 0 no-repeat;
}
#bg-greenblock {
	position:absolute;
	z-index:4;
	width:100%;
	height:100%;
	display:block;
	background-color:#23f6b3;
}
#pic-greenblock {
	position:absolute;
	z-index:5;
	top:0;
	right:0;
	width:584px;
	height:535px;
	display:block;
	background:url(../images/greenblock.jpg) 0px 0 no-repeat;
}
#bg-pink-elephant {
	position:absolute;
	z-index:4;
	width:100%;
	height:100%;
	display:block;
	background-color:#f23756;
}
#pic-pink-elephant {
	position:absolute;
	z-index:5;
	top:50%;
	left:50%;
	width:235px;
	height:195px;
	margin:-130px 0 0 -118px;
	display:block;
	background:url(../images/pink-elephant.png) 0 0 no-repeat;
}
#bg-bold {
	position:absolute;
	z-index:4;
	width:100%;
	height:100%;
	display:block;
	background:url(../images/bold-bg.jpg) 0px 0 repeat;
	background-color:#282828;
}
#pic-bold {
	position:absolute;
	z-index:5;
	top:75px;
	right:0;
	width:1001px;
	height:118px;
	display:block;
	background:url(../images/bold.jpg) 0px 0 no-repeat;
}
#bg-hello {
	position:absolute;
	z-index:4;
	width:100%;
	height:100%;
	display:block;
	background-color:#fa632a;
}
#pic-hello {
	position:absolute;
	z-index:5;
	bottom:0;
	right:12%;
	width:508px;
	height:475px;
	margin:0 0 0 -508px;
	overflow:hidden;
	display:block;
	background:url(../images/hello.png) 0 0 no-repeat;
}
