@charset "UTF-8";
/* CSS Document */

* {margin: 0; padding: 0;}
		
body{
	background-color: #FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px; 
	margin:0px; 
	height: 100%; }
	

a.linkPurple:link {font-family: 'museo_sans500', Arial, sans-serif; font-size:18px; color:#3f286a; font-weight: normal; text-decoration: none;}
a.linkPurple:visited {font-family: 'museo_sans500', Arial, sans-serif; font-size:18px; color:#3f286a; font-weight: normal; text-decoration: none;}
a.linkPurple:hover {font-family: 'museo_sans500', Arial, sans-serif; font-size:18px; color:#3f286a; font-weight: normal; text-decoration: none;}
a.linkPurple:active {font-family: 'museo_sans500', Arial, sans-serif; font-size:18px; color:#3f286a; font-weight: normal; text-decoration: none;}


@font-face {
    font-family: 'museo_sans500';
    src: url('fonts/museosans-500-webfont.eot');
    src: url('fonts/museosans-500-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/museosans-500-webfont.woff') format('woff'),
         url('fonts/museosans-500-webfont.ttf') format('truetype'),
         url('fonts/museosans-500-webfont.svg#museo_sans500') format('svg');
    font-weight: normal;
    font-style: normal;}


a img{border: none;}
a {text-decoration: none;outline: none;}






#wrapper {position: relative; width: 400px; margin: 0px auto; height: auto;}
	#logoContainer{width:370px; height:150px; margin: 50px 15px 45px 15px; float:left;}
	#linkContainer{width:110px; height:46px; margin: 0px 145px 50px 145px; float:left; background-color:#FFF; -moz-border-radius: 10px; border-radius: 10px;}
		#linkText{width:110px; height:18px; margin: 14px 0px 14px 0px; float:left; text-align:center; }



img.bg {
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 1729px;
	
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
	
  /* Set up positioning */
  position: fixed;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1729px) { /* Specific to this particular image */
  img.bg {
    left: 50%;
    margin-left: -864px;   /* 50% */
  }
}