/*---------- css for index.php -----------*/

/*---------- body -----------*/
body{
	background-image: url(http://www.jetsave.co.ck/img/back_long.jpg);
    background-repeat: repeat-x;
	}
	
#wrapper {
  	width : 950px ;
	text-align : left ;
	margin-left : auto ;
	margin-right : auto ;
	position : relative ;
	height: 1220px;
	}
	
table.links{
	 	text-align: left;
		font-family: Arial;
		font-weight: normal;
		font-size: 11px;
		color: #404040;
		width: 300px;
		background-color: #ff9;
		border: 0px solid;
		border-collapse: collapse;
		border-spacing: 0px; 
		margin-left: auto;
		margin-right: auto;	
} 	

	
td.linktext{
		border-bottom: 1px solid #6699CC;
		background-color: #ffff99;
		text-align: center;
		text-indent: 5px;
		font-family: Arial;
		font-weight: bold;
		font-size: 11px;
		color: #404040; }


