* {
font-size: 12px;
margin:0 auto; 
padding: 0px;
}
.left{
float:left;
}
.right{
float:right;
}
a {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
body {
font-family:"ËÎÌå", sans-serif;
margin:0 auto;
padding:0px;
color: #000;
text-align:center;
background:url(../images/bg.jpg);
}