@charset "utf-8"; 
/*
[Font sizes - based on 75% body]

26px = 2.166667em
24px = 2em
22px = 1.8333em
20px = 1.6667em
19px = 1.5833em
18px = 1.5em
16px = 1.333333em
14px = 1.1667em
13px = 1.083333em
12px = 1em
11px = 0.9167em
10px = 0.8333em

----------------------------------------------------------------*/
@font-face {
  font-family: 'FuturaStdMedium';
  src: url('/css/fonts/FuturaStd-Medium/FuturaStd-Medium.eot');
  src: local('☺'), url('/css/fonts/FuturaStd-Medium/FuturaStd-Medium.woff') format('woff'), url('/css/fonts/FuturaStd-Medium/FuturaStd-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'FuturaStdMedium';
  src: url('/css/fonts/FuturaStd-Medium/FuturaStd-Medium.eot');
  src: local('☺'), url('/css/fonts/FuturaStd-Medium/FuturaStd-Medium.woff') format('woff'), url('/css/fonts/FuturaStd-Medium/FuturaStd-Medium.ttf') format('truetype');
}



body { 
  color: #fff; 
  font: 75% Arial, Helvetica, sans-serif; 
  margin: 0; 
  padding: 0; 
  background: #0a0a0a url(/img/background.png) top center no-repeat; 
  text-align:center;
}
body, html {height: 100%;}

/*#outer {width: 100%;}*/
/*#middle {width: 100%; text-align: center;}*/
#inner {width: 614px; margin-left: auto; margin-right: auto; text-align: center;
  padding-top: 208px;
  }
/*#outer {height: 1000px; overflow: visible;} /* or without overflow */*/
#buttons{
}
a#wca_button{
  width: 297px;
  height: 174px; 
  background: url(/img/wca.png) top left no-repeat; 
  float:left;
  margin-right: 20px;
}
a#wca_button:hover{
  background-color: #000;
}
a#wetc_button{
  width: 297px;
  height: 174px; 
  background: url(/img/wetc.png) top left no-repeat; 
  float:left;
}
a#wetc_button:hover{
  background-color: #000;
}

p{
  margin-top:2em;
	font-family: 'FuturaStdMedium', sans-serif;
	font-weight:normal;
	font-size: 14px;
}

h1, h2, h3, h4, img, div, a{ behavior: url(/lib/iepngfix/iepngfix.htc) }

