div#flags
{
	float:right;
}

div.clearboth
{
   clear:both;
   height:0;
}

.left {
    float: left;
}
.right {
    float: right;
}