﻿
.contain
{
	margin: 0px auto;
	margin-bottom: 0px;
	overflow: hidden;
	position: relative;
	background-color: #083e5a;
	height: 540px;
	width: 990px;
}

.tsiLogo
{
	background: url(  "images/logo.png" ) no-repeat;
}



.info
{
	height: 50px;
	width: 800px;
	margin: 1px auto;
	font-size: 10px;
	font-family: verdana;
	color: White;
	text-align: center;
}
.info .col
{
	xborder: 1px solid red;
}



.divMain
{
width:700px;
height:70px;	
xborder:1px solid red;
margin-left:200px;

}
.div1
{
xborder:1px solid green;
width:300px;
float:left;
height:68px;
font-size: 10px;
font-family: verdana;
color: black;
text-align:center;
}
.div2
{
xborder:1px solid green;
width:250px;
float:left;
height:68px;
font-size: 10px;
font-family: verdana;
color: black;
text-align:right;
padding-left:40px;

}
.div3
{
xborder:1px solid green;
width:104px;
float:left;
height:68px;
background:url(images/logo.png) no-repeat top left;

}
