/* $Id: landing-page.css Exp $ */


body {
  margin-top: 0;
}

#page {
  margin: auto;
	width: 999px; /* total layout width */
}

#header {

}

#english-button {
  float:left;
  padding:120px 20px 0 0;
  text-align:right;
  width:359px;
}

#english-button a {
  background: url(images/english-button.gif) no-repeat;
  display: block;
  float: right;
  height: 0 !important;
  overflow: hidden !important;
  padding-top: 53px;  
  width: 112px;
}

#english-button a:hover {
  background-position: -112px;
}

#logo {
  float:left;
  padding:45px 0;
  width:240px;
}

#french-button {
  float:left;
  padding:160px 20px 0 0;
  text-align:right;
  width:360px;
} 

#french-button a {
  background: url(images/french-button.gif) no-repeat;
  display: block;
  float: left;
  height: 0 !important;
  overflow: hidden !important;
  padding-top: 53px;  
  width: 126px;
}

#french-button a:hover {
  background-position: -126px;
}

#ie {
  clear: both;
  color: red;
  font-family: "Arial", sans-serif;
  font-size: 13px;
  padding: 3em 0;
  text-align: center;
}

#ie a {
  color: red;
}

