/* CSS Document */
body, input
{
    font-family: 'lucida sans unicode', lucida, helvetica, verdana, arial, sans-serif;
	font-size:10px;
}
body{
  background-color: #FFFFFF;
    color: #000000;
	background-image:url(bg.jpg);
	background-position:center;
	background-repeat:repeat-y;
}
.logo{
float:left;
vertical-align:bottom;
height:59px;
display:table-cell;
}
.toolbar{
float:right;
text-align:right;
}
#container
{
    -moz-border-radius: 20px;
    width: 665px;
    margin: auto;
    background-color: #FFFFFF;

	
}
