
 body {
      font-family: Arial, Helvetica, sans-serif;
      line-height: 1.3em;
      margin: 0;
      padding: 0;
      font-size: 13px;
	  background: repeat-x url(../images/main-bg.png);
	  background-color: #7a7a7a;
	  background-position: float;
    }
 
    a:link, a:visited {
      text-decoration: underline;
      font-weight: normal;
      color: #000;
      outline: none;
      text-align: left;
    }
 
    .float {
      float: left;
    }
 
    .clear {
      clear: both;
    }
 
    .overall {
      background-color: #fff;
    }
 
    


#container {
  position: float;
  width: 980px;
  height: 1069px;
  margin: auto;
  background: url(../images/imac.png);
  background-repeat: no-repeat;
}

#main  {
position: float;
width: 850px;
height: 550px;
margin: auto;

}

#maincontent{
position: absolute;
width: 827px;
height: 478px;
margin-top: 68px;
margin-left: 10px;
}

#block1{
position: absolute;
width: 222px;
height: 233px;
margin-top: 159px;
margin-left: 3px;
}

#flashcontent{
position: absolute;
width: 221px;
height: 212px;
margin-top: 4px;
margin-left: 343px;
}


/* dock - top */
.dock {
	position: relative; 
	height: 50px; 
	text-align: center;
}
.dock-container {
	position: absolute;
	height: 50px;
	padding-left: 20px;
}
a.dock-item {
	display: block;
	width: 40px;
	color: #000;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
}
.dock-item img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
.dock-item span {
	display: none; 
	padding-left: 20px;
}

/* dock2 - bottom */
#dock2 {
	width: 100%;
	position: float;
	left: -2px;
}
.dock-container2 {
	position: absolute;
	height: 50px;
	padding-left: 20px;
}
a.dock-item2 {
	display: block; 
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 40px; 
	color: #FFF; 
	bottom: 0px; 
	position: absolute;
	text-align: center;
	text-decoration: none;
}
.dock-item2 span {
	display: none;
	padding-left: 20px;
}
.dock-item2 img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}

