@charset "UTF-8";
/* CSS Document */

body {
	font: 9pt Helvetica, Arial, sans-serif;
	background:#fff;
	color:#999;
	text-align:center;
	}

#body-text {
	position:absolute;
	top:-1000px;
}	

a:link {
	text-decoration:none;
	color:#000;
}
a:hover {
	text-decoration:underline;
}

#no-flash-container h1 {
	height:24px;
	text-indent:-9999px;
	background:url("../images/dta-logo.gif") bottom right no-repeat;
	margin:30px;
	margin-bottom:180px;
	
}

#container {
	width:900px;
	height:600px;
	margin-left:auto;
	margin-right:auto; 
	margin-top:30px;
	}
	
#no-flash-container {
	text-align:left;
	width:900px;
	height:600px;
	background:url("../images/no-flash-div-bg.gif") no-repeat;
}

div.company-desc, #flash-col {
	margin:30px;
	width:300px;
	float:left;
}

#flash-col img {
	float:left;
	padding-right:20px;
	}
div.company-desc {
	margin-right:180px;
}

p {margin-bottom:1em;}
