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


body { 
text-align: center; /*ie5 hack */
margin: 0px; 
padding: 0px;
background-color: #000000; 
}

.table {
		position:relative;
        width:900px;
		margin-right:auto;
		margin-left:auto;
		margin-top:0px;
		padding:0px;
		text-align: left;    
}

#client-01 {
	position:absolute;
	left:0px;
	top:127px;
	width:900px;
	height:215px;
}

#client-02 {
	position:absolute;
	left:0px;
	top:342px;
	width:900px;
	height:300px;
}

#client-03 {
	position:absolute;
	left:0px;
	top:642px;
	width:200px;
	height:589px;
}

#client-04 {
	position:absolute;
	left:200px;
	top:642px;
	width:487px;
	height:589px;
	background-image: url(images/client_04.jpg);
}

#client-05 {
	position:absolute;
	left:687px;
	top:642px;
	width:213px;
	height:589px;
}

#client-06 {
	position:absolute;
	left:0px;
	top:1231px;
	width:900px;
	height:254px;
}

#client-07 {
	position:absolute;
	left:0px;
	top:1485px;
	width:900px;
	height:90px;
}
#footer {
	position:absolute;
	left:0px;
	top:1598px;
	width:902px;
	height:56px;
	z-index:1;
}

