/*main
*************/

*{
margin:0px;
padding:0px;
}

body{
background:url(images/bg.jpg) no-repeat fixed;
}

img{
  border-style: none;
}

a:link{
text-decoration:none;
color:#000;
}

/*header
*************/
#header{
background:url(images/header.png) no-repeat;
width:421px;
height:138px;
margin:0px auto 0px auto;
}

#divider{
background:url(images/divider.png);
width:600px;
height:2px;
margin:0 auto 25px auto;
}


/*body
*************/

#content{
width:800px;
height:auto;
margin:0 auto 0 auto;
}

#row1,#row2,#row3{
height:128px;
width:414px;
clear:both;
margin:0 auto 0 auto;
}

#row1 .col1, .col2, .col3{
width:128px;
height:128px;
margin:0px 5px 5px 5px;
float:left;
text-align:center;
}

#row2 .col4, .col5, .col6{
width:128px;
height:128px;
margin:5px 5px 5px 5px;
float:left;
text-align:center;
}

#row3 .col7, .col8, .col9{
width:128px;
height:128px;
margin:5px 5px 5px 5px;
float:left;
text-align:center;
}

/*footer
*************/
#footer{
clear:both;
width:800px;
height:20px;
margin:15px auto 0px auto;
text-align:center;
color:#fff;
}