@CHARSET "UTF-8";
* {
  margin: 0;
  padding: 0;
}
body {
	width: 100%;
	background: #2f305b repeat-x url(../img/background.png);
}
.fl {
    float:left;
}
.fr {
    float: right;
}
.clear {
    clear: both;
}
.center {
    text-align: center;
}