@charset "utf-8";
/* CSS Document */
/* General */
body
{
	margin: 0px;
}
/* Index Style */
div#isBody
{
	position: absolute;
	height: 1100px;
	width: auto;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	
	background-image: url(../images/backgound.png);
	background-color: #FFF;
	background-repeat: repeat-x;
	
	text-align: center;
}

div#isbContent
{
	position: absolute;
	width: auto;
	left: 50%;
}

div#isfContent
{
	position: absolute;
	width: auto;
	left: 50%;
	bottom: 0px;
}

div#isbFooter
{
	position: absolute;
	height: 150px;
	width: auto;
	bottom: 0px;
	left: 0px;
	right: 0px;
	
	background-image: url(../images/wood2.png);
	background-color: #C96;
	background-repeat: repeat-x;
}

div#logo
{
	position: absolute;
	top: 0px;
	left: -340px;
	width: 237px;
	height: 258px;
	
	background: url(../images/sprites.png) -790px 0px;
}

div#bookself
{
	position: absolute;
	top: 170px;
	left: -400px;
	width: 780px;
	height: 310px;
	
	background: url(../images/sprites.png) 0px 0px;
}

div#frame
{
	position: absolute;
	top: 110px;
	left: -70px;
	width: 115px;
	height: 112px;
	
	background: url(../images/sprites.png) -235px 0px;
}

div#sofa
{
	position: absolute;
	bottom: 0px;
	left: -380px;
	width: 600px;
	height: 360px;
	
	background: url(../images/sprites.png) 0px -320px;
}

div#clock
{
	position: absolute;
	top: 380px;
	left: -330px;
	width: 70px;
	height: 70px;
	
	background: url(../images/sprites.png) -1040px -120px;
	253 130
}

div#board
{
	position: absolute;
	top: 400px;
	left: -120px;
	width: 500px;
	height: 380px;
	
	background: url(../images/board.png) no-repeat;
}

div#calendar
{
	position: absolute;
	top: 500px;
	left: -270px;
	width: 100px;
	height: 110px;
	
	background: url(../images/sprites.png) -1030px -200px;
}

div#tgl1
{
	position: absolute;
	top: 542px;
	left: -275px;
	width: 100px;
	height: 110px;
	
	color: #900;
	font: 180% "Arial Black", Gadget, sans-serif;
	text-transform: capitalize;
}

div#tgl2
{
	position: absolute;
	top: 527px;
	left: -274px;
	width: 100px;
	height: 110px;
	
	color: #900;
	font: 70% "Arial Black", Gadget, sans-serif;
	text-transform: uppercase;
}

div#lamp
{
	position: absolute;
	top: 0px;
	left: 70px;
	width: 90px;
	height: 100px;
	
	background: url(../images/sprites.png) -1040px 0px;
}

div#isMainContent
{
	position: absolute;
	top: 460px;
	left: -55px;
	width: 370px;
	height: 238px;
	background: #FFF;
}

div#menuAbout
{
	position: absolute;
	top: 20px;
	left: 595px;
	width: 30px;
	height: 168px;
	cursor: pointer;
}

div#menuContact
{
	position: absolute;
	top: 142px;
	left: 265px;
	width: 143px;
	height: 25px;
	cursor: pointer;
}

div#menuServices
{
	position: absolute;
	top: 0px;
	left: 678px;
	width: 40px;
	height: 185px;
	cursor: pointer;
}

div#end
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	padding-top: 3px;
	
	width: auto;
	height: 40px;
	
	background: #edfbff;
	
	font: 80% Tahoma, Geneva, sans-serif;
}

ul#end
{
	list-style: none;
	float: none;
}

ul#end li
{
	width: 80px;
	cursor: pointer;
}

iframe
{
	border: none;
}
