/**
 * sadahome.ca index page CSS Styles
 *
 * These are the CSS style definitions for the sadahome.ca index page.  
 * These styles define the layout of the logos that are overlayed on 
 * the collage image.
 *
 * @package sadahome
 * @version $Id$
 * @copyright 2005-2006, Doug Latornell
 * @author Doug Latornell <doug-code@sadahome.ca> 
 */
body {
	background-color: rgb(0, 51, 0);
	text-align: center;}
img {
	border-style: none;}
#collage {
	position: relative;
		top: 30px;}
#SADAtext {
	position: relative;
		top: -360px;
		left: -0px;}
#MDSNlogo {
	position: relative;
		top: -582px;
		left: -337px;}
#EOSlogo {
	position: relative;
		top: -565px;
		left: 290px;}
#BCRCClogo {
	position: relative;
		top: -320px;
		left: -320px;}
#Promos {
	position: relative;
		top: -135px;
		right: -282px;}
#webStandards {
	display: none;}
a:link, a:visited {
	color: #999900;}
/* end of file */

