@CHARSET "UTF-8";
body
{
    padding:0px;
    margin:0px;
    background-image:url(../img/top-bg.png);
    background-repeat:repeat-x;
    background-color:#f9f9f9;
    font-family:arial;
    font-size:12px;
}
h2
{
	color:#666666;
    margin:0px;
    padding:0px;
	margin-left:30px;
	margin-right:35px;
	margin-top:20px;
	padding-left:20px;
	border-bottom:1px solid #999999;
}
#head
{
    background-image:url(../img/header.png);
    width:934px;
    height:330px;
    position:relative;
}
#logo
{
    width:250px;
    height:37px;
    position:absolute;
    left:20px;
    top:40px;
    background-image:url(../img/logo.png);
}
#main
{
    margin-left:auto;
    margin-right:auto;
    width:934px;
}
#boxes
{
    width:934px;
    margin-left:3px;
    /*
     * 96 + 832 = 934
     */
}
.box
{
    float:left;
    margin:12px;
    width:208px;
    height:108px;
    background-color:white;
    /*
    background-position:center; 
    */
    background-repeat:no-repeat;
    background-repeat:repeat;
    background-position:3px 3px;
	position:relative;
}

.box img
{
	position:absolute;
	left:0px;
	top:0px;
}
#footer
{
    margin-top:25px;
	margin-bottom:25px;
    font-size:10px;
    text-align:center;
    background-image:url(../img/footer.png);
    height:18px;
    width:934px;
    padding-top:5px;
    background-repeat:no-repeat;
}
#slider
{
    position:relative;
    position:relative;
    width:934px;
    height:198px;
    overflow:hidden;
    top:100px;
}
#slider img
{
    border:1px solid white;
    height:200px;
    width:500px;
    position:absolute;
    left:434px;
     opacity: 0;
}
