/*Skins*/
body
{
margin: 0;

background:#212121;

text-align:center;

font-family:Verdana, Arial, Helvetica, sans-serif;

font-size:10pt;

color:#333333;
}
.container
{
width:795px;

margin:0 auto;

text-align:center;

background:url('images/bg.png');

background-repeat:repeat-y;
}
.head
{
width:795px;

height:170px;

margin:0 auto;

text-align:center;

background:url('images/banner.png');

background-repeat:no-repeat;
}
.contentContainer
{
width:795px;

min-height:469px;

margin:0 auto;

text-align:center;

background:url('images/bg_top.png');

background-repeat:no-repeat;
}
.content
{
width:650px;

text-align:left;

margin:0 auto;
}
.footer
{
width:795px;

height:39px;

margin:0 auto;

text-align:center;

background:url('images/footer.png');

background-repeat:no-repeat;

margin-bottom:30px;
}
.testimonial
{
background:#FEEE96;

border:2px solid #FF9900;

padding:10px 10px 10px 10px;

margin-bottom:25px;
}
.guarantee
{
border:1px solid #CCCCCC;

padding:10px 10px 10px 10px;

margin-bottom:25px;

width:400px;
}