div#newspage    {
                width: 850px;
                padding: 0px;
                margin: 0px;
                position: relative;
                top: 29px;
                left: 29px;
				height: 450px;
                background-color:#EBE3D4;
				background-image: url(../images/backgrounds/graphsquare.gif);
				background-repeat: repeat;
                }
div#newscontents  {
                  position: relative;
                  top: -56px;
                  left: 8px;
                  width: 834px;
                  padding: 0px;
                  margin: 0px;
                  }
/*Advanced Menu functions*/
ul#menu	{
		width: 707px;
		height:83px;
		background: url(../images/menu/nbook.gif) no-repeat;
		padding: 0px;
		margin-left: 60px;
        margin-right: 0px;
		margin-bottom: 0px;
		margin-top: 0px;
		}
#menu li{
		margin: 0px; padding: 0px; list-style: none; display: block; position: absolute;
		}
#menu a	{
		display: block; text-indent: -60px; overflow: hidden; text-decoration: none;
		}
/*Positioning the menu items*/
#films	{left: 270px; top: 17px; width: 60px; height: 29px;}
#news	{left: 548px; top: 16px; width: 60px; height: 29px;}
#shop	{left: 617px; top: 15px; width: 60px; height: 33px;}
#diff	{left: 703px; top: 23px; width: 31px; height: 18px;}
/*Declaring the height of the links*/
#films a{height: 29px; width: 60px; background: url(../images/menu/text/filmsbackplain.gif) no-repeat;}
#news a{height: 29px; width: 60px; background: url(../images/menu/text/newsfrontplain.gif) no-repeat;}
#shop a{height: 33px; width: 60px; background: url(../images/menu/text/shopfrontplain.gif) no-repeat;}
#diff a{height: 18px; width: 31px; background: url(../images/menu/text/diffplain.gif) no-repeat;}
/*Choosing the task to be performed when user hovers*/
#films a:hover{background: url(../images/menu/text/filmsbackdecor.gif) no-repeat;}
#news a:hover{background: url(../images/menu/text/newsfrontdecor.gif) no-repeat;}
#shop a:hover{background: url(../images/menu/text/shopfrontdecor.gif) no-repeat;}
#diff a:hover{background: url(../images/menu/text/diffdecor.gif) no-repeat;}

