body {
	color:black;
	background-color:#762222;
	padding:0px;
	margin-top:20px;
	font-family:verdana, tahoma, sans-serif;
	font-size:11px;
	line-height:12px;
	font-weight:normal;
	}

a:link    { color: #999999; background-color:black; font-size: 9px; font-weight: normal; text-decoration: none; }
a:visited { color: #999999; background-color:black; font-size: 9px; font-weight: normal; text-decoration: none; }
a:active  { color: #cccccc; background-color:black; font-size: 9px; font-weight: normal; text-decoration: none; }
a:hover   { color: #cccccc; background-color:black; font-size: 9px; font-weight: normal; text-decoration: none; }

.header {
	position:absolute;
	background:url(header2.jpg) no-repeat top left;
	left:50%;
	width:680px;
	height:40px;
	margin-top:20px;
	margin-left:-339px;
	padding:0px;
	color:white;
	}
	
.home   {
	position:absolute;
	left:0px;
	top:0px;
	width:180px;
	height:40px;
	}
	
.about  {
	position:absolute;
	left:272px;
	top:16px;
	width:102px;
	height:24px;
	}
	
.services{
	position:absolute;
	left:374px;
	top:16px;
	width:102px;
	height:24px;
	}
	
.tech   {
	position:absolute;
	left:476px;
	top:16px;
	width:102px;
	height:24px;
	}

.clients{
	position:absolute;
	left:578px;
	top:16px;
	width:102px;
	height:24px;
	}

.middle {
	position:absolute;
	left:50%;
	width:680px;
	height:230px;
	margin-top:60px;
	margin-left:-340px;
	padding:0px;
	border-top:1px solid black;
	border-left:1px solid black;
	border-right:1px solid black;
	color:white;
	background-color:white;
	}

.flash  {
	float:left;
	width:480px;
	height:230px;
	padding:0px;
	margin-top:0px;
	border-right:1px solid black;
	}

.news   {
	margin:0px;
	font-size:10px;
	padding:0px;
	color:black;
	background-color:white;
	}


.content{
	position:absolute;
	left:50%;
	width:680px;
	margin-top:270px;
	margin-left:-340px;
	padding:0px;
	border-left:1px solid black;
	border-right:1px solid black;
	color:black;
	background-color:white;
	}
html>body #content {
	width:680px;
	}
	
.footer {
	width:680px;
	font-size:9px;
	height:25px;
	text-align:center;
	padding:0px;
	color:#999999;
	background-color:black;
	}
