.body-main {
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    left: 0;
    margin: 0.1%;
    width: 900px;
    height: 100%;

}

.body-content {
    font-family: Arial, Helvetica, sans-serif;
}

#canvas {
	background: url(images/AlgusMainPage.gif);
	height: 600px;
	width: 900px;
}



#spacer80 {
  height: 80px;
  width:100%;
  float: left;
}

#spacer20 {
  height: 20px;
  float: left;

}
#spacer30 {
  height: 30px;
  float: left;

}

#logos {
	height: 119px;
	clear:both;
	position:relative;
} 

#specials-images {
	height: 50px;
  margin-left: 2px;
  margin-right:2px; 
	position:relative;
	clear:both;
	/* background: url(images/specials/happy_ny_banner.jpg); */
}


#special_links_text {
  position:relative;

}

.flags {
	height: 40px;
	margin-top:4px;
	margin-bottom:4px;
	position:relative;
}

.left-column {
  float:left;
  left:0;
  position:absolute;
	padding: 2px;
	text-align: center;
	width: 33%;
}

.middle-column {
	padding: 2px;
	text-align: center;
	width: 33%;
	float:right;
	position:relative;

}
.right-column {
  float:right;
	padding: 2px;
	text-align: center;
	width: 33%;

}


.footer {
  font-size: 0.7em;
	height: 15px;
	padding-left: 4px;
  padding-bottom: 4px;
}

.cpright {
    font-style:italic;
    font-size: 0.8em;
    color: #FFFF;
}

.specials-link {
  /* background-color:green; */
  font-family: Arial Narrow, Arial, Times New Roman;
  font-weight: bold;  
  color: yellow;
  
 }


