/* CSS for Net Supreme Online */
#services_menu a, 
#services_menu a:visited {
  position:relative;
  text-decoration:none; 
  display:block; 
   }
   
 img {
 border:none
 }

a:link{
text-decoration:none;
color:#FFFFFF;

}

a:visited{
text-decoration:none;
color:#3399FF;

}
#services a:hover {
  top:0.10em;
  left:1px;
  right:1px;
  }

.index_center{
padding-left:50%; 
padding-top:10px; 
margin-left:-383px; 
width: 767px; height: 682px; 
background-color:#000000; 
background-image : url(images/home-background.jpg);
background-repeat:repeat-x;
overflow:hidden;
}

.about_center{
padding-left:50%; 
padding-top:10px; 
margin-left:-383px; 
width: 767px; height: 682px; 
background-color:#000000; 
background-image : url(images/home-background.jpg);
overflow:hidden;
}

.programs_center{
padding-left:50%; 
padding-top:10px; 
margin-left:-383px; 
width: 767px; height: 682px; 
background-color:#000000; 
background-image : url(images/home-background.jpg);
overflow:hidden;
}

.contacts_center{
padding-left:50%; 
padding-top:10px; 
margin-left:-383px; 
width: 767px; height: 682px; 
background-color:#000000; 
background-image : url(images/home-background.jpg);
background-repeat:repeat-x;
overflow:hidden;
}


.company_center{
padding-left:50%; 
padding-top:10px; 
margin-left:-383px; 
width: 767px; height: 682px; 
background-color:#000000; 
background-image:url(images/company-background.jpg);
background-repeat:repeat-x;
overflow:hidden;
}

.contacts_center{
padding-left:50%; 
padding-top:10px; 
margin-left:-383px; 
width: 767px; height: 682px; 
background-color:#000000; 
background-image:url(images/contacts-background.jpg);
background-repeat:repeat-x;
overflow:hidden;
}

/* adding the main background image
background-image : url(images/background.jpg);
background-repeat : repeat;
background-color : #000000;
}*/