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 */
}


#bottom
{
   float: bottom;
}

