/*
282a1f:nero
8adbff:celeste
7c8d37:verde
e68a00:arancio
27a5cc:blu
*/

 html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}
body {
    font:13px/18px Verdana, Arial, Helvetica, sans-serif;
    line-height: 1;
    color: black;
    background: #000;
    text-align:center;
}
h2, h1{
    background: #e68a00;
    height: 45px;
    line-height: 45px;
    font-size: 15px;
    font-weight: bold;
    background:url(/images/riflesso.png)  right top;
    color:black;
  
}
#container{
    width:800px;
    margin: 0 auto;
    background: #fff;
    overflow: hidden;
}

#header{}
#header div{
    float:left;
    height: 40px;
    width:250px;
    background: #7c8d37;
    line-height: 40px;
}
#header div a{
    font-size: 15px;
    font-weight: bold;
    color:#000;
}
#header div a:hover{
    text-decoration: none;
}
#header div.first{
    float:left;
    height: 40px;
    width:300px;
    background: #7c8d37;
}
#header-bottom{
    height:420px;
    background: #e68a00;

}
#sidebar{
    float:right;
    width:375px;
    text-align:left;
    color: #444;
}
#sidebar a{
    color:#282a1f;
    font-weight: bold;
}
#sidebar a:hover{
    text-decoration: none;
}
#header-bottom .search-box{
    float:left;
    padding-bottom: 10px;
}
#header-bottom .search-box .text{
    width:250px;
    border: none;
}
#header-bottom .search-box .button{
   /* width:100px;*/
    background: #282a1f;
    color: #fff;
    border: none;
}
#content{
    float:left;
    width:425px;
    text-align: left;
    color: #444;
}
#content a{
    color:#282a1f;
    font-weight: bold;
}
#content a:hover{
    text-decoration: none;
}
#content h1, #content h2{
     margin-right: 5px;
}
#content .list-games{
    height: 100px;
    margin:10px 5px;
}
#content .list-games p{
    margin-left:110px ;
}
#header-bottom .banner{
    width:450px;
    
    float:left;

}
#footer{
    clear: both;
    border-top: 1px solid #27a5cc;
    padding: 10px 0;
}

.spacer{
    clear:left;
    height:20px;
}
.little_spacer{
    clear:left;
    height:5px;
}
.margin{
    margin: 0 5px;
}
.more-line{
    line-height: 15px;
}