html {
  height: 100%;
}

body {
  font-family: Helvetica,Arial,sans-serif;	
	margin: 0px;
	font-size: 12px;  
  color: #425563;
}

#container {
  width: 800px;
  margin: 10px auto;
}

#top_left {
  width: 456px;
  height: 250px;
  border: 1px solid #d9d6d6;
  float: left;  
}

#top_right {
  width: 316px;
  height: 250px;
  border: 1px solid #d9d6d6;
  float: right;
  padding-left: 20px;  
  margin-bottom: 4px;
  background: url(/portal/portal_01.png) 0px -900px repeat-x;

  
}

#mid {
  width: 798px;
  height: 250px;
  border: 1px solid #d9d6d6;
  clear: both;
  overflow: hidden;
}

#footer {
  width: 816px;
  margin-left: -8px;
  margin-top: 10px;
  height: 63px;
  background: url(/portal/mid.png) repeat-x;
  clear: both;
}

#foot_left {
  width: auto;
  height: 63px;
  background: url(/portal/left.png) top left no-repeat;
}

#foot_right {
  width: 816px;
  height: 63px;
  background: url(/portal/right.png) top right no-repeat;
}

#bitcom_it {
  width: 398px;
  height: 347px;  
  float: left;
}

#bitcom_bc {
  width: 398px;
  height: 347px;  
  float: right; 
}

#logo_it {
  width: 398px;
  height: 192px;
  background: url(/portal/portal_04.png) no-repeat;
}

#logo_bc {
  width: 400px;
  height: 192px;
  background: url(/portal/portal_05.png) no-repeat;
}

#text_it {
  margin: 0 auto;
  width: 225px;
  text-align: center;
  font-weight: bold;
}

#text_it a{
  color: #ff9a29;
}

#text_bc {
  margin: 0 auto;
  width: 225px;
  text-align: center;
  font-weight: bold;
}

#text_bc a{
  color: #7bc342;
}

#text_contact {
  padding-top: 12px;
  font-size: 12px;  
  color: #ffffff;
  text-align: center;
}

#top_left .image {
  width: 440px;
  height: 170px;
  background: url(/portal/photo.png) top left no-repeat;
  margin: auto;
  margin-top: 10px;
}
#top_left .text {
  width: 420px;
  color: #c0c0c0;
  font-size: 16px;
  margin-top: 10px;
  margin-left: 20px;
  margin-right: 20px;
}

#top_right h1 {
  color: #425563;
  font-size: 16px;
  margin-top: 10px;
}

