  body
  {
    font-size: 100%; /* Fixes exaggerated text resizing in IE6 and IE7 */
    background: #792e01 url(images/pasneos_bg.jpg) repeat-x bottom left;
    background-attachment: fixed;
  }
  
  img
  {
  	border: 0;
  }
  
  p
  {
  	font-family: Arial, Helvetica, sans-serif;
  	color: #fdffda;
  }

  #container
  {
	width: 800px;
	margin: 0 auto;
  }
  
  #content 
  {
  	background: transparent url(images/content_bg.png) no-repeat left top;
  	position: absolute;
  	top: 50%;
  	width: 800px;
  	height: 500px;
  	margin-top: -250px;
  }
  
  #itunes
  {
  	position: absolute;
  	left: 577px;
  	top: 340px;
  	width: 117px;
  	height: 46px;
  }
  
  #bios-bob
  {
  	position: absolute;
  	left: 250px;
  	top: 100px;
  	width: 300px;
  }
  
  #bios-caleb
  {
  	position: absolute;
  	left: 250px;
  	top: 260px;
  	width: 300px;
  }
  
  #footer
  {
  	position: absolute;
  	top: 90%;
  	width: 800px;
  	height: 50px;
  	margin-left: 70px;
  }
  
  #footer a img
  {
  	margin: 0;
  	padding: 0;
  }
