/* CSS Document */

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

.table {
		position:relative;
        width:100%;
		margin-right:auto;
		margin-left:auto;
		margin-top:0px;
		padding:0px;
		text-align: left;    
}
#header {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:83px;
	z-index:1;
}
#nav {
	position:absolute;
	left:0px;
	top:90px;
	width:100%;
	height:16px;
	z-index:2;
}
#cco-nav {
	position:absolute;
	left:0px;
	top:109px;
	width:490px;
	height:18px;
	z-index:3;
}
#content {
	position:absolute;
	left:0px;
	top:128px;
	width:910px;
	height:363px;
	z-index:4;
}
#footer {
	position:absolute;
	left:0px;
	top:857px;
	width:910px;
	height:74px;
	z-index:5;
}
