<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title><?= $dealerInfo[$_SESSION['register']['selectedDealer']]['name'] ?> Earn A Second Paycheque Event</title>
<style>
body,html {margin:0px;background-color:#111113;background-image:url('images/bg.jpg');background-repeat:no-repeat;background-position:top center}
.mainTbl {background-color:white;}
.mainTbl td {vertical-align:top;font-family:tahoma,arial}
.headerTbl td a {text-decoration:none;color:yellow}
@font-face {
font-family: impacts;
src: url(scripts/impact.ttf);
}
@font-face {
font-family: tahomas;
src: url(scripts/tahoma.ttf);
}
@font-face {
font-family: tahomas;
src: url(scripts/tahomabd.ttf);
font-weight:bold;
}
</style>
</head>
<body>
<!-- <?= $dealerInfo[$selectedDealer]['eventDate'] ?> -->
<center>
<?php
if(in_array($selectedDealer,array('renfrew'))) $img = 'jeepBanner';
else $img = 'banner';
?>
<table cellspacing="0" cellpadding="0" class="mainTbl">
<tr>
<td style="width:940px;height:459px;background-image:url('images/<?= $img ?>.jpg');background-repeat:no-repeat;background-position:center top;padding:20px">
<table cellspacing="0" cellpadding="0">
<tr>
<td style="padding-left:40px;padding-top:290px;padding-bottom:50px;text-align:left;">
<font style="font-size:30pt;font-family:impact,arial;"><?= strtoupper($dealerInfo[$_SESSION['selectedDealer']]['name']) ?></font>
<br>
<font style="font-size:13pt;"><?= $dealerInfo[$_SESSION['selectedDealer']]['address'] ?></font>
</td>
</tr>
</table>