body
{ 
text-align: center;
background-image: url('Background.png');
background-repeat: repeat-x;
margin: 0px;
padding: 0px;
font-family:"Arial";
font-size: 13pt;
}

.whoPanel
{
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border: 5px solid #1366B2;
color: #2E2E2E;
padding: 5px;	
width: 754px;
text-align: left;
}

.floatLeft
{
float: left;	
}
