body
{
background-color: #e2e0e1;
font-size: 62.5%;
font-family: verdana, arial, helvetica, sans-serif;
text-align: center
}
#centre { 
position: relative;
text-align: centre; 
width: 729px;
margin-left: auto;
margin-right: auto;
}
#top
{
background-image: url(img/bgLoginTop.jpg);
width: 729px;
height: 130px;
}
#middle
{
background-image: url(img/bgLoginMiddle.gif);
background-repeat: repeat-y;
width: 729px;
height: 110px;
padding-top:15px;
}
#bottom
{
background-image: url(img/bgLoginBottom.jpg);
width: 729px;
height: 44px;
}
#bottomText
{
text-align:left;
padding-left:30px;
padding-top:10px;
color:#ffffff;
}
input.launch
{
background-color:#F5F8FB;
color:#333333;
border: 1px solid;
border-color:#999999 #999999 #999999 #999999;
font-weight: 100;
font-family: verdana, arial, helvetica, sans-serif;
}

a
{
color:#333333;
}