body {
	background-color : #CCCCCC;
}
#ccs_wrapper {
	color: #FFFFFF;
	height: 900px;
/*	width : 1044px;*/
	margin:auto;
}

#ccs_header {
     background-color: #CCCCCC;
/*     height: 100px;*/
     text-align: center;
	 float:left; 
	 width: 20%;
}

body  a:active {
	color : #FFFFFF;
    text-decoration: none;
}

map{
    outline: none;
}

imgmap {
    outline: none;
}

#ccs_content {
     background-color: #FFFFFF;
     border: 1px solid #000000;
     height: 800px;
/*     position: relative;
     width: 1044px;*/
	 float:left;
	width: 79%;	 
}

div.ccs_i_frame {
     left: 20px;
     position: relative;
}

div.units {
	width: 100px; 
	height : 20px;
	padding : 20px;
	margin: 20px;
	background-color:red;
	float: left;
	
}

div.units.unit1 {
	background-color : black;
}

div.units.unit2 {
	background-color : purple;
}


div.units:hover {
	cursor : pointer;
}

div.navButtons {
	position: absolute;
	top: 820px;
	left: 1180px;
}

div.navButtons img {
	cursor : pointer;
}