body.main {
	background-color : #ffffff;
	background-image : url(img/baby2.gif);
	background-repeat : no-repeat;
	background-position: center top;
}

body.short {
	background-color : #ffffff;
	background-image : url(img/baby2.gif);
	background-repeat : no-repeat;
	background-position: 50% -100px;
}

a.bt{
	padding-top: 3px;
	background-image : url(img/blankbutton.gif);
	background-repeat : none;
	background-position: center;
	height: 20px;
    width: 69px;
    font-family: Veranda, Helvetica, sans-serif;
	font-size: 12px;
    font-weight: 700;
	color: #000000;
    text-align: center;
    text-decoration: none;
	vertical-align: top;
}
.ma{
	padding-left: 100px;
	padding-right: 50px;
}

td{
	font-family: Veranda, Helvetica, sans-serif;
	font-size: 16px;
	color: black;
    border: none 
}

td.title {
    font-size: 36px;
}

td.moto {
    font-size: 24px
}

td.company {
    font-size: 20px
}
   
td.footer{
	background-color : #ffffff;
	background-image : url(img/baby2.gif);
	background-repeat : no-repeat;
	background-position: center;
	vertical-align: top;
	text-align: center;
	height: 50px;
}   