@charset "UTF-8";
/* CSS Document */

body,td,th {
	color: #FFF;
}
body {
	background-color: #FFF;
	background-image: url(images/wood_background.jpg);
	background-repeat: repeat;
	overflow:hidden;/*Needed to eliminate scrollbars*/
	width: 100%;
	height: 100%;
}
#wrapper {
	position:absolute;
	width:955px;
	height:600px;
	z-index:1;
}
#window {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
	left: 137px;
	top: 11px;
}
#logo {
	position:absolute;
	width:200px;
	height:115px;
	z-index:10;
	left: 18px;
	top: 399px;
}
#menu_story {
	position:absolute;
	width:75px;
	height:32px;
	z-index:2;
	left: 166px;
	top: 553px;
}
#menu_news {
	position:absolute;
	width:49px;
	height:34px;
	z-index:4;
	left: 242px;
	top: 553px;
}
#menu_offer {
	position:absolute;
	width:103px;
	height:32px;
	z-index:5;
	left: 290px;
	top: 553px;
}
#menu_talk {
	position:absolute;
	width:76px;
	height:31px;
	z-index:6;
	left: 393px;
	top: 553px;
}
#menu_locations {
	position:absolute;
	width:77px;
	height:31px;
	z-index:7;
	left: 468px;
	top: 553px;
}
#menu_work {
	position:absolute;
	width:200px;
	height:31px;
	z-index:8;
	left: 540px;
	top: 553px;
}

