html
{
background: url('../img/cf_bg.png') repeat;

height: 100%;
}
body
{
display: block;
margin: 40px 0 0 0;
font-family: Arial, Helvetica, sans-serif;
text-align: center;
border-style: none;
}
p{
margin: 0;
}
#content_wrap{
display: block;
width: 900px;
min-height: 600px;
margin-left: auto;
margin-right: auto;
margin-top: 77px;
}

#content{
display: block;
background: url('../img/mirus2.png') no-repeat;
min-height: 600px;
}
#small_menu{
font-family: verdana;
font-weight: bold;
margin: 0;
padding: 0;
display: block;
padding-top: 430px;
}
#small_menu ul{
margin: 0;
padding: 0;
list-style: none;
}
#small_menu li{

display: block;
height: 30px;
width: 120px;
background: #bbb;
text-align: center;
margin-bottom: 20px;

background: black;
background: -webkit-gradient(linear, left top, right top, from(#000), to(#222));
background: -webkit-linear-gradient(left, #000, #222);
background: -moz-linear-gradient(left, #000, #222);
background: -ms-linear-gradient(left, #000, #222);
background: -o-linear-gradient(left, #000, #222);
background: linear-gradient(left, #000, #222);
-pie-background: linear-gradient(left, #000, #222);

-webkit-box-shadow: #000 3px 2px 6px;
-moz-box-shadow: #000 3px 2px 6px;
box-shadow: #000 3px 2px 6px;

border: 1px solid #99cc33;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 20px;
behavior: url('../pie/PIE.htc');
/*
opacity:0.4;
filter:alpha(opacity=40);
*/
}
#small_menu a{
display: block;
/* padding-left: 25px; */
padding-top: 4px;
font-size: 15px;
color: #eee;
text-decoration: none;
}