body {text-align:center; margin: 0px; padding: 0px; background-color:#000; } 

img {border:none;}
.content{font: 16px 'MS Sans Serif', 'Tahoma', sans-serif; line-height:1.6em;margin:0px auto; width:1000px; background:#173046; color:#FFFFFF; text-align:left;}

.txt_cen {text-align:center;}
.txt_hi { color:#b1a30d;text-decoration:none;}
.title_b { font:120% 'MS Sans Serif', 'Tahoma', sans-serif;font-weight:bold; color:#70c2bc;}
.title_b1 { font:16px 'MS Sans Serif', 'Tahoma', sans-serif;font-weight:normal; color:#70c2bc;}
.title { font-weight:bold; color:#68b295;text-decoration:none;}
.title_p { font-weight:bold; color:#FC1AA0;text-decoration:none;}
a {color:#FFF200; text-decoration:none;} 
a:hover {color:#FFF200; text-decoration:underline;}
ul {margin-top:0px; padding-top:0px;}
img.pl20 {padding-left:20px;}
.txt_b { font:120% 'MS Sans Serif', 'Tahoma', sans-serif;font-weight:bold; color:#aca518;}
.txt1_b { font:100% 'MS Sans Serif', 'Tahoma', sans-serif;font-weight:normal; color:#aca518;}


/* =================   menu     =================*/

a.home{
    background: url(images/home.gif) no-repeat top left; 
    display:block;
    float:left;
    width:92px; height:46px;
}
a.home:hover{
    background-position: bottom left;
}

a.firstread{
    background: url(images/firstread.gif) no-repeat top left;
    display:block;
    float:left;
    width:134px; height:46px;
}
a.firstread:hover{
	background: url(images/firstread.gif) no-repeat;
    background-position: bottom left;
}

a.authors{
    background: url(images/authors.gif) no-repeat top left;
    display:block;
    float:left;
    width:97px; height:46px;
}
a.authors:hover{
    background-position: bottom left;
}

a.characters{
    background: url(images/characters.gif) no-repeat top left;
    display:block;
    float:left;
    width:118px; height:46px;
}
a.characters:hover{
    background-position: bottom left;
}

a.wallpaper{
    background: url(images/wallpaper.gif) no-repeat top left;
    display:block;
    float:left;
    width:117px; height:46px;
}
a.wallpaper:hover{
    background-position: bottom left;
}

a.game{
    background: url(images/game.gif) no-repeat top left;
    display:block;
    float:left;
    width:76px; height:46px;
}
a.game:hover{
    background-position: bottom left;
}

a.vote{
    background: url(images/vote.gif) no-repeat top left;
    display:block;
    float:left;
    width:62px; height:46px;
}
a.vote:hover{
    background-position: bottom left;
}
a.promotion{
    background: url(images/promotion.gif) no-repeat top left;
    display:block;
    float:left;
    width:117px; height:46px;
}
a.promotion:hover{
    background-position: bottom left;
}

