	body {
    text-align: center;
	background: url(images/back.jpg) #000000 repeat-y fixed;
	background-size: 100%;
	}
    a:link{ text-decoration: none; color: #FFFFFF; }
    a:hover{ text-decoration: none; color: #FFFFFF; font-weight: bold; }
    a:visited{ text-decoration: none; color: #FFFFFF; }
    a:active{ text-decoration: none; color: #FFFFFF; }
    h2{
      display: inline;
      color: #FFFFFF;
      font-family: Allerta Stencil, Arial, sans-serif;
      font-size: 48px;
      background: #000000;
    }
    img{
      border: none;
    }
    table{
	   padding: 25px;
	   width: 90%;    
    }
    #wrapper{
      width: 90%;
      margin: auto;
    }
    #banner{
      float: left;
    }
    #rndcorn{
      background-image: url(images/film.jpg);
      background-repeat: repeat;
      width: 100%;
      text-align: center;
    }
    #rndcorn img{
      max-height: 280px;
      max-width: 300px;
      padding: 5px;
    }

    #contact{
      font-size: 18px;
      background: transparent;
    }
    #copyright{
      font-size: 18px;
      background: #000000;
      color: #FFFFFF;

    }
    #title{
      font-family: Allerta Stencil, Arial, sans-serif;
      font-size: 48px;
      color: #FFFFFF;		    
    }
    .logo{
      height: 200px;    
    }