@charset "UTF-8";
* :focus {
	outline: none;
}
body {
	background: url(images/bg.jpg) repeat;
	margin: 0px;
	overflow: hidden;
}
/*#overlay {
	background-image: url(images/overlay.png);
	background-repeat: repeat;
	width: 100%;
	height: 100%;
	background-attachment: fixed;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
}*/
#shadow_top {
	background: transparent url(images/shadow_top.png) no-repeat;
	height: 611px;
	float: left;
	width: 647px;
	position: absolute;
	top: 0px;
	margin: 0;
}
#shadow_bottom {
	background: transparent url(images/shadow_bottom.png) no-repeat;
	height: 612px;
	float: right;
	width: 647px;
	position: absolute;
	bottom: 0px;
	margin: 0;
	right: 0px;
}
.link_light{
	width: 94px;
	height: 94px;
	display: block;
	background: transparent url(images/link_light.png) no-repeat 0px 0px;
}
.link_light:hover {
	background-position: 0px -94px;
}
#overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
	display: none;
}
#desk {
	background: transparent url(images/bg.jpg) repeat scroll 0 0;
	width: 2000px;
	height: 2000px;
	margin: 0;
	margin-top: -600px;
	overflow: hidden;     
}
#glass {
	background: transparent url(images/glass.png) no-repeat scroll 0 0;
	margin: 0 auto;
	margin-top: 640px;
	width: 940px;
	height: 601px;
	position: absolute;
	left: 50%;
	margin-left: -470px;
}
#contact{
	background: transparent url(images/contact.png) no-repeat scroll 0 0;
	width: 573px;
	height: 328px;
	position: absolute;
	left: 50%;
	margin-left: -285px;
	margin-top: 1400px;
}
#websites{
	background: transparent url(./images/websites_bg.png) no-repeat scroll 0 0;
	width: 1000px;
	height: 500px;
	position: absolute;
	left: 50%;
	margin-left: -500px;
	margin-top: 100px;
}
#about {
	
}
#btn_contact {
	background-color: transparent;
	position: relative;
	z-index: 101;
	top: 478px;
	left: 395px;
	width: 150px;
	height: 97px;
	cursor: pointer;
	opacity: .5;
}
#btn_websites {
	background-color: transparent;
	position: relative;
	z-index: 101;
	float: left;
	top: 26px;
	left: 395px;
	width: 150px;
	height: 97px;
	cursor: pointer;
	opacity: .5;
}
.up {
	background: transparent url(./images/up.png);
	width: 150px;
	height: 34px;
}
.down {
	background: transparent url(./images/down.png);
	width: 150px;
	height: 34px;
}
#btn_contact_text {
	background: transparent url(./images/btn_contact.png);
	width: 150px;
	height: 29px;
}
#btn_websites_text {
	background: transparent url(./images/btn_websites.png);
	width: 150px;
	height: 29px;
}
#link_gtalk {
	position: relative;
	top: 227px;
	left: 258px;
	width: 115px;
	height: 25px;
	cursor: pointer;
}