BODY{
    text-align:center;
    margin:0px;    
    background-color:#ebebeb;
    font: arial;
    font-family: sans-serif;
    font-size: 14px;
    line-height: 20px;
    background: url('images/bigbg.jpg') #FFF repeat-x;   
}

div.content { 
    text-align:justify;
    width : 800px; 
    margin:auto;  
    margin-top: 20px; 
}

div.content h2.titleone { margin:0px; }
div.content div.step { color:white; float:left;margin-bottom:10px;padding:20px; border:4px solid red;background-color:#666; }
div.content div.step a { color:blue; }
div.content div.step a:hover { color:white; }
div.content div.step h3 {margin:0 0 10px;}
div.content div.codePromo { font-weight:bold; padding:10px; border:4px solid red; color:white; background-color:#666; }
div.content div.codePromo a { color:blue; font-size:18px; font-weight:bold; }
div.content div.codePromo a:hover { color:white; font-size:18px; font-weight:bold; }

div.content #content-comments div.comment { margin-bottom:20px; }
div.content #content-comments div.comment div.text { background-color:#dbdbdb; padding:10px; border-left:2px solid #CCCCCC; border-right:2px solid #CCCCCC; border-top:2px solid #CCCCCC; }
div.content #content-comments div.comment div.information { background:url(images/avatar.jpg) no-repeat 10px 10px; height:55px; padding:15px 0 0 70px; border-left:2px solid #CCCCCC; border-right:2px solid #CCCCCC; border-top:2px solid #CCCCCC; }
div.content #content-comments div.comment div.ben { background:url(images/ben_post.jpg) no-repeat 10px 10px; height:55px; padding:15px 0 0 70px; border-left:2px solid #CCCCCC; border-right:2px solid #CCCCCC; border-top:2px solid #CCCCCC; }
div.content #content-comments div.comment div.information b { color:red; }
div.content #content-comments div.comment div.bottombg { margin:0px; width:800px; height:15px; background:url(images/bottom.jpg) no-repeat; }

#header { width:800px; height:141px; background: url("images/head.jpg"); margin:auto; overflow:hidden; }  
#lastUpdate{ padding-left:580px; margin : 0 auto; font-size: 11px;}

#rightColumnTwo { float:right; clear:right; margin-left:20px; width:200px; height:3260px; overflow:hidden; }
#rightColumnTwo div.share { margin-bottom:5px; float:right; margin-right:10px; }
#rightColumnTwo div.about { text-align:left; float:left; padding:5px; width:185px; }
#rightColumnTwo div.about h3 { color:white; }
#rightColumnTwo div.about div { width:175px; /width:185px; padding:5px; float:left; color:red; margin:5px 0; font-weight:bold; }
#rightColumnTwo div.about div a { color:blue; text-decoration:none; }
#rightColumnTwo div.about div a:hover { color:white; text-decoration:underline; }
#rightColumnTwo div.about span { float:left; margin-top:5px; color:white; font-weight:bold; }
#rightColumnTwo div.about p {  float:left; margin-top:5px; font-weight:normal; text-align:center; }
#rightColumnTwo img { clear:left; float:left; }

#try{
    clear:right;
    text-align: center;
    width:400px;
    height:35px;
    padding-top:20px;
}

#try a{
    font-weight: bold;
    font-size:22px;
}

#letter{ float:left; text-align:justify; width:580px; }
#letter div.date{ text-align:left; font-weight:bold; margin-bottom:10px; }

#letter h3{
    font-size:22px;
    font-weight:bold;
    color:red;
}

div.step h3 {
    color : white;
}

#letter h2{
    color : red;
    font-size:22px;
    font-weight:bold;
    line-height:1.4;
}

#headComments{
    clear:left;
    border:1px solid blue;
    margin : 15px 0px;
    width:770px;  
    height:16px;
    padding : 15px;
    vertical-align: center;
    font-weight:bold;
}

#content-comments li{
    text-decoration: none;
    margin : 25px 38px 25px 0px;
    border-bottom:1px solid gray;
    list-style-type:none; 
    padding: 0 0 10px 80px;
    background-image: url("images/imgComment.jpg"); 
    background-repeat: no-repeat;
    font-size:11px;
}

#content-comments .date{
    float:right;
}

#submit{
    background-color:#dbdbdb;
    height:400px;
    margin:20px 40px 0px 40px;
    padding:20px;
    border-left:2px solid #CCCCCC; border-right:2px solid #CCCCCC; border-top:2px solid #CCCCCC;
}

div.bottombg { width:800px; height:15px; background:url(images/bottom2.jpg) no-repeat; margin-left:40px; margin-bottom:20px; }

