@charset "utf-8";
/* CSS Document */

html, body {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 1400px;
  height: 100%;
  margin: auto;
} 

.extrnl {
	transition-property: opacity;
	transition-duration: 1s;
	transition-delay: 2s;
	-webkit-transition-property: opacity;
	-webkit-transition-duration: 1s;
	-webkit-transition-delay: 2s;
	opacity: 0;
}

#cprght {
	text-align: center;
	font-weight: lighter;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;	
}
a:link {
	color: #ff6600;
}
a:active {
	color: #FF6600;
}

table {
	width: 1400px;
	border: 0;
}

#prtnrs_cntnr {
	width: 1400px; 
	height: 150px;
	position: absolute; 
	top: 620px;
//	border: 2px solid red;
	z-index: 100000000;
}

#partners {
	width: 200px;
	height: 150px;
	top: 0px;
	left: 10px;
//	border: 2px solid red;
	text-align: center;
}
