td 
{
height: 20px;
width: 200px;
}

iframe 
{
background-color: white;
}

a img 
{
   border: none;
}

a
{
   text-align: center;
   color: red;
}

a:link, a:visited, a:active 
{
text-decoration: none
}

a:hover 
{
text-decoration: underline
}


html, body {
	text-align: center;
	background-color: #E6E6E6;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	margin: 0px;
	padding: 0px;
	background: #0064aa url(ticket-to-success.com_main_bg.bmp) top center repeat-y;
}


body /* On travaille sur la balise body, donc sur TOUTE la page */
{
   width: 1000px;
   margin: auto;
   /*margin-top: 20px; */
   /*margin-bottom: 20px; */
   /*background: url('bg.bmp');*/
   /*color: white; /* Le texte de la page sera blanc */
}


#top
{
   width: 1000px;
   height: 400px;
   background-repeat: no-repeat;
}


#left
{
   float: left;
   width: 700px;
   height: 500px;
}


#right
{
   float: right;
   width: 300px;
   height: 500px;
}


#body
{ 
   height: 1450px;
   width: 1000px;
   margin: auto;
   /*margin-top: 20px; */
   /*margin-bottom: 20px; */
   /*background: url('bg.bmp');*/
   /*color: white; /* Le texte de la page sera blanc */ 
   background-color: white;
}


#bottom
{
   float: bottom;
}


