@charset "utf-8";
/* CSS Document */

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

body{
background:url(../images/bg.jpg) top center repeat-x #f8f7f3;
}

#amplus_wrap{
margin:0 auto;
width:960px;
overflow:hidden;
}

/*HEADER - START*/
#head1{
width:960px;
margin:0 auto;
height:57px;
}

#navi{
width:518px;
height:37px;
float:left;
padding-top:20px;
}

#navi img{
display:inline;
border:0px;
}

#header1{
width:435px;
height:324px;
float:left;
background:url(../images/h1.jpg) top center no-repeat;
}

#header2{
width:525px;
height:324px;
float:right;
}

/*HEADER - END*/

/*BODY - START */
#body_wrap{
margin:0 auto;
width:960px;
}

#left_cont_1{
float:left;
width:435px;
}

#right_cont_1{
float:right;
width:525px;
}
/*BODY - END */


#foot1{
width:100%;
height:64px;
background:url(../images/f1.jpg) top left repeat-x;
}

#foot2{
width:960px;
margin:auto;
height:60px;
}