body {
		background:url(images/background1.png) repeat bottom center;
    background-size: 100% 100%; 
	width:100%;
	height:auto;
		font-family: Devanagari sangam MN;
        font-size: 10px;
		position: relative;
			margin: auto;

  }
	
		
a:link {text-decoration:none; color:#1778D3}
a:visited {text-decoration:none; color:#1778D3} 
a:active {text-decoration:none; color:#1778D3} 
a:hover {text-decoration:none; color:#333;}

	
html, body, #contour 
{
	margin: 0;
	padding: 0;
}


img { border: 0; }

table, tr, td, img 
		 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 16px;
	text-align: justify;
		 }
		 

#contour {
	background:url(images/background.png) repeat bottom center;
     background-size: 100% 100%; 
	width:auto;
	height:auto;
	position: relative;
	margin: auto;
}

#imgtop {
	  overflow: hidden;
	  width:auto;
	  height:auto;
	
}

#contour a:active, #contour a:focus {
	outline:0;
	color: #350000;
}

#menutop a:active, #menutop a:focus {

   outline:0}


#top {
    overflow: hidden;
    width:100%;
}

#topmenu {
	width:1180px;
	height:auto;
	position: relative;
	margin: auto;
	left: 100px;
}

#topmenufondo {
	width:100%;
	height:40px;
	position: relative;
	margin: auto;
	margin-top:10px;
}
#topmenu2 {
	width:1180px;
	height:auto;
	position: relative;
	margin: auto;
	margin-top:20px;
}

.mainMenu {
	position: absolute;
	font-family:Gurmukhi Sangam MN;
	padding:0px 0 30px 300px;
	text-align:center;
	left: 193px;
	top: -26px;
	width: 609px;
	height: 24px;
}

ul#menutop {
	margin-right: 0;
	padding-right: 0;
	color:#CCC;
}
#menutop li {
	display: inline;
	list-style-type: none;
	text-align:center;
}
#menutop a {
	margin:0 px;
	padding: 8px 0 0 0;
	font-size:13px;
	text-align:center;
	float:left;	
	color:#CCC;
	
	
}

#menutop a:link, #menutop a:visited {
	color:#CCC;
	text-decoration: none;
	text-align:center;
	width:90px;
	height:20px;
}

#menutop a:hover 
	{
		background-color:#000;
		text-decoration: none;
		color:#999;
		border-bottom-style:solid;
		border-color:#1778D3;	

	}
	
#menutop #active a {
    	background-color:#000;
		text-decoration: none;
		color:#999;
		border-bottom-style:solid;
		border-color:#1778D3;
}


#under {
	background-image:url(images/backgroundtop.png);
	position: relative;
	border-top-style:solid;
	border-color:#1778D3;
}

#footer {
	background-image:url(images/backgroundtop.png);
	color:#CCC;  
	padding: 10px 0px 10px 480px;
	position: relative;
    margin-top:0px;
	height:20px;
	font-size:12px;
	border-top-style:double;
	border-color:#CCC;
	
}

#content{
	overflow: hidden;
	text-align:center;
	margin-top:140px;
	
}

#text{
		color:#112A4D;
		width:auto;

}


#imgtop {
	  overflow: hidden;
	  text-align:center;
	  margin-top:0px;
	  width:auto;
	  height:auto;
}

.zoom{
		transition: 1.5s ease;
 		-moz-transition: 1.5s ease; /* Firefox */
 		-webkit-transition: 1.5s ease; /* Chrome - Safari */
 		-o-transition: 1.5s ease; /* Opera */
	}
	.zoom:hover{
		transform : scale(1.3);
		-moz-transform : scale(1.3); /* Firefox */
		-webkit-transform : scale(1.3); /* Chrome - Safari */
		-o-transform : scale(1.3); /* Opera */
		-ms-transform : scale(1.3); /* IE9 */
	}
	
	
	
	
	#back-top {
    position: fixed;
    bottom: 30px;
    margin-left: -110px;
}
 
#back-top a {
    width: 49px;
    display: block;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
 
#back-top a:hover {
background:#666;
	cursor: pointer;
	box-shadow: 
		0 1px 1px rgba(255,255,255,0.6), 
		inset 0 1px 1px rgba(0,0,0,0.1);
	
}
