body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	  background-image: url(catalog/india.jpg);
	  background-color: #fcf300;
	  background-repeat:no-repeat;
	background-attachment: fixed;
}
.asd {
	color: #000000;
	text-align: center;
	font-size: 10px;
}
.footer {
	color: #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align: justify;
}

.menu_bar {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	color:#FFFFFF;
}

a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

a.menubar:link { color: white; text-decoration: none }
a.menubar:active { color: white; text-decoration: none }
a.menubar:visited { color: white; text-decoration: none }
a.menubar:hover { color: black; background-color:white }
