body{
    background: #000;
    text-align: center;
}
#wrap{
    text-align: center; margin: 10px auto; padding: 0;
    height: 560px;
    background: url('images/bg.jpg') no-repeat;
    width: 920px;
}
#head,#head h1{
    margin:0;padding:0;
}
#head h1{
    text-align: right;
}
#head h1 a{
    color: #7cf700; text-decoration: none; margin: 0px 6px;
    font-family: helvetica,sans-serif,verdana;
}
#menu{
    text-align: right; padding:0; margin:2px;
    font-family: arial,helvetica,sans-serif,verdana;
}
#menu ul{
    margin:0; padding:2px; border: 1px solid #999;
    background: url('images/menu.png');
    background-color: transparent;
}
#menu ul li{
    display: inline; margin:0; padding:0;
}
#menu ul li a{
    margin:0; padding: 6px; text-decoration: none; color: #fcc603;
    font-weight: bold; font-size: 14px;
}
#menu ul li a:hover{
    color: #0313fc;
}
#content{
        height: 320px;margin-left: 350px;
}
#content,#blog{
    text-align: right;  color: #c9c9c9;
    font-family: arial;
}
#content h2,#blog h2{
    margin:8px 4px;padding:0; font-size: 1em;
}
#content p,#blog p{
    margin: 2px; padding: 0;
    font-size: 0.78em; letter-spacing: 0.01em; line-height: 1.5em;
}
#blog a{
    color: #ff0000; text-decoration: none;
}
#footer{
    margin-top: 10px;
    border-top: 1px solid #292929;
    font-size: 0.7em;
}
#tag{
    border: 1px dashed #1a1919; margin: 2px; padding: 2px;
    margin-left: 200px; font-size: 0.78em; font-family: arial;
}
#tag, #tag a{
    color : #292727; text-decoration: none;
}
