  /* hide from ie on mac \*/

  html { height: 100%; overflow: hidden; }
  #flashcontent { height: 100%; }
  
  /* end hide */

  * {
	margin:0;
	padding:0;
	border:0;
  }

  html, body, div, span, applet, object, iframe,
  h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  a, abbr, acronym, address, big, cite, code,
  del, dfn, font, img, ins, kbd, q, s, samp,
  small, strike, sub, sup, tt, var,
  dl, dt, dd, ol, ul, li,
  fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
  }  
  
  body {
	height:100%;
	background:transparent url(bgr-body.gif) left top;
	font: normal 12px/1.5em Arial, Helvetica, sans-serif;
	color:#898989;
	text-align: center;
	text-transform:uppercase;
  }
  
  .info {
	width:600px;
	margin:0 auto;
  }
  
  p {
	padding:3px 0;
  }
  
  a {
	color:inherit;
	text-decoration:none;
  }
  
  img {
	display:block;
	margin:0 auto 30px;
  }
  
  img.woman {
	margin-top:50px;
	margin-bottom:15px;
  }
