@charset "UTF-8";

@media screen, projection {
  * html body * { overflow:visible; }
  html { height: 100%; margin-bottom: 1px; }

  #page { background:transparent url("images/bg.gif") repeat-x center 70px;}
  
  body {
    text-align:center;
	margin:0;
	padding:0;
	background:transparent url("images/foot_bg.gif") repeat-x center 546px;
	font-size:12px;
  }
  
  a, a:active, a:focus, a:link, a:visited , img{
    text-decoration:none;
	border:0;
  }
  
  .page_margins { text-align:left; margin:0 auto; width:900px; }
  
  #header {
    background:transparent url("images/head_bg.gif") repeat-x top;
	height:71px;
  }
  
  #header .bg {
    background:transparent url("images/logo.png") no-repeat center top;
	height:76px;
  }
  
  #header .tv {
    position:absolute; 
	margin-left:40px; 
	margin-top:18px; 
	background:transparent url(images/tv.gif) no-repeat center top;
	height:99px;
	width:106px;
  }
  
  #main {
    background:transparent url("images/teaser.jpg") no-repeat center top;
	height:475px !important;
  }
  
  #main .content {
    position:absolute;
	margin-left:570px;
	margin-top:125px;
    color:#736a50;
	font-family: Arial, Verdana, Sans-serif;
	font-size:1.25em;
	font-weight:bold;
  }
  
  #main .content ul,
  #main .content li {
    list-style:none;
	padding:0 0 12px 5px;
    line-height:13px;
	list-style-image:url("images/bullet.gif");
  }
  
  #footer .bg {
    background:transparent url("images/foot_logo.gif") no-repeat 750px 20px;
  }
  
  #footer .content {
    color:#4c4736;
	font-family: "Trebuchet MS", Arial, Verdana, Sans-serif;
	font-size:0.9em;
    text-align:right;
	padding: 30px 170px 0 0;
	height:50px;
  }
}
