body {
  /*position: relative; /* Fixes browser resizing bug in IE6 */
  margin: 0px auto 0px auto;/*top*/
  width: 950px;
  font-family: arial, sans-serif;
  text-align: center; /* IE Centering Technique */
  background:url("http://www.konkeanweb.com/images/background.gif");
  background-attachment: fixed; 
 }
 #all{
	width:950px;
	background:white;
	float:center;
	text-align:center;
 }
 #tophead{
	height:80px;
	background:url("http://www.konkeanweb.com/images/father_day80.jpg");
}
#header{
	height:100px;
	background:url("http://www.konkeanweb.com/images/logo.png");
	background-repeat:repeat-y;
	width:950px;
}	
#tabs {
	float:left;
	width:100%;
	background:white;/*#EFF4FA*/
	font-size:100%;
	line-height:normal;
	border-bottom:5px solid green;/*#DD740B*/
	width:950px;
}
#tabs ul {
	margin:0;
	padding:10px 10px 0 5px;
	list-style:none;
}
#tabs li {
	display:inline;
	margin:0;
	padding:0;
}
#tabs a {
	float:left;
	background:url("http://www.konkeanweb.com/images/tableft.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 5px;
	text-decoration:none;
}
#tabs a span {
	float:left;
	display:block;
	background:url("http://www.konkeanweb.com/images/tabright.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */
#tabs a:hover span {
	color:#FFF;
}
#tabs a:hover {
	background-position:0% -42px;
}
#tabs a:hover span {
	background-position:100% -42px;
}
#description{
	width:950px;
	height:100px;
	background:url("http://www.konkeanweb.com/images/back_description_yellow.gif");
	font-size:14px;
	color:#FF00FF;
}
#footer{
	width:950px;
	background:#008080;
	color:white;
	font-size:12px;	
}
#footer a{
	color:yellow;
	text-decoration:none;
}
#footer a:hover{
	color:black;
}
