/* CSS Document */

body
	{
		background-color: #FFFFFF;
		margin: 0;
		padding: 0;	
		
	/*	background-image: url(../images/books_bg.png); */
		background-repeat: no-repeat;
		background-position-x: center;
		background-position-y: 0px;		
	}

#container
	{
		background-image: url(../images/bg_books.jpg);
		background-attachment: scroll;
		background-repeat: repeat-x;
		background-position: center 192px;
		position: relative;
		margin-left: auto;
		margin-right: auto;
		padding: 0;
		height: 760px;
		width: 770px;	
	}
	
#header
	{
		position: absolute;
		width: 770px;
		height: 128px;
		left: 0;
		top: 0;	
	}
	
#tabs
	{
		position: absolute;
		width: 770px;
		height: 118px;
		left: 0;
		top: 74px;
	}

#sites
	{
		position: absolute;
		width: 770px;
		height: 420px;
		left: 0;
		top: 310px;
	}
	
#double
	{
		position: absolute;
		width: 410px;
		height: 320px;
		left: 0;
		top: 100px;
	}
	
#riddle
	{
		position: absolute;
		width: 225px;
		height: 370px;
		left: 7px;
		top: 77px;
	}
	
#player
	{
		position: absolute;
		width: 400px;
		height: 300px;
		left: 365px;
		top: 137px;
	}
		
#search
	{
		position: absolute; 
		width: 86px;
		height: 18px;
		left: 153px;
		top: 23px;			
		padding: 0;
		margin: 0;		
		/*background: #00CCFF;*/
	}
	
#search input
	{
		border: none ;
		width: 86px;
		height: 18px;
		padding: 0;
		margin: 0;
		background: none;
		direction: rtl;
	}
	
#textual
	{
		margin: 14px 0 10px 0;
		position: relative;
		width: 600px;		
		margin-left: auto;
		margin-right: auto;			
		font-family: Arial, David, sans-serif; 
		font-size: 14px;
		color: #4867c9;
		text-align: center;
		direction: rtl;
	}
	
#textual span
	{
		font-size: 10px; 
	}

a:link 	{ 	color: #4867c9;	}
a:visited {  color: #115d9e;  }
a:hover { color: #5acfea; }
a:active {  }

