
body{
	background: #f5f9fb url(../images/template/main/background.gif) repeat-x top;
}
	#container {
		background: #fff;
	}
	#header {
		background: #fff url(../images/template/main/logo.jpg) no-repeat top;
	}
		#menu a {
	      background: url(../images/template/menu/leftTab.gif) no-repeat left top;
      }
    	#menu a span {
	      background: url(../images/template/menu/rightTab.gif) no-repeat right top;
      }
		#menu a:hover, #menu a.selected {
	      background: url(../images/template/menu/leftTab.gif) no-repeat left bottom;
      }
		#menu ul li a#home {
	      background: url(../images/template/menu/home.gif) no-repeat left top;
      }
		#menu ul li a#home:hover, #menu a#home-selected {
	      background: url(../images/template/menu/home.gif) no-repeat left bottom;
      }
    	#menu a:hover span, #menu a.selected span, #menu a#home-selected span {
	      background: url(../images/template/menu/rightTab.gif) no-repeat right bottom;
      }
		
		#sidebar .hr {
			background:url(../images/template/main/hr-bg.gif) 0 101% no-repeat; 
		}
			#meetings a.grey {
				background:url(../images/template/main/link-arrow.gif) 101% 4px no-repeat;
			}
			.more {
				background: url(../images/template/main/circle.gif) 0 60% no-repeat; 
			}
			.previous a {
				background: url(../images/template/main/arrow-left.gif) 0 90% no-repeat; 
			}
			.previous {
				background: url(../images/template/main/circle.gif) 100% 60% no-repeat; 
			}
			.more a span{
				background: #e7f0f8; 
			}
			#newsletter .input-submit{
				background: url(../images/template/main/newsletter-submit.gif) no-repeat; 
			}
			#sidebar :hover.meetings-shortcut, #sidebar .meeting-selected {
				background: #e7f0f8;
			}
			#sidebar :hover.contest-shortcut, #sidebar .contest-selected {
				background: #ffe2f4;
			}
			#contactForm .input-submit, #newsletterForm .input-submit, #applyForm .input-submit {
				background: url(../images/template/main/contact-submit.gif) no-repeat; 
			}
		#content .onMain div.blue {
				background: #1f65b0;
		}
		#content .onMain div.pink {
				background: #c60078;
		}
		#prevBtn a, #nextBtn a{ 
			background:url(../images/template/main/up.gif) no-repeat center;	
		}	
		#nextBtn a{ 
			background:url(../images/template/main/down.gif) no-repeat center;	
		}	
	#partners {
		background: #fff;
	}
	#footer {
		background: url(../images/template/main/footer-bg.gif) bottom no-repeat; 
	}
		#fCont {
			background: #1f65b0;
		}
/* print */
body#popup a#print {
	background:url(../images/template/main/print.gif) no-repeat right;	
}