body {
  background-image: url(images/background.gif);
}
a {
  color: #6391D1;
}
#corporate a {
  color: #0A5BC7;
}
.corporateBackground {
  background-image: url(images/corporate_background.gif);
}
.contentBackground {
  background-image: url(images/content_background.gif);
  background-repeat: repeat-y;
}
.contentRightBackground {
  background-image: url(images/content_right_background.gif);
  background-repeat: no-repeat;
  background-position: right top;
}
.contentLeftBackground {
  background-image: url(images/content_left_background.jpg);
  background-repeat: no-repeat;
}
.pathBackground {
  background-image: url(images/bottom_menu_middle.gif);
}
.news {
  background: url(images/news_background.gif);
}

/* new style after rmoving TABLES!!! */
.player_video {
	margin-bottom:20px;
	text-align:left;
	margin-left:-10px;
}
