* { padding: 0; margin: 0; }

body {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:14px;
 text-align:justify;
}
#wrapper { 
 margin: 0 auto; 
 width: 1024px; 
}

#header {
 width: 1024px;
 height:145px;
 float: left;
 background:url(../imgs/top.gif) no-repeat;
}

#image {
 width: 1024px;
 height:165px;
 float: left;
}

#navigation {
 float: left;
 height:34px;
 width: 1024px;
 background:url(../imgs/f_tit.gif) no-repeat right;
}

#content { 
 float: left;
 height: 456px;
 width: 1024px;
}

#footer { 
 width: 1024px;
 clear: both;
 height:19px;
}