@charset "utf-8";
/* CSS Document */

*
{
	padding:0; 
    margin:0;
}

body 
{

}

#wrapper
{

	width:960px;
	margin:0 auto;
	padding-top:25px;
	
}

#hdr
{
	
	background:url(images/hdr.jpg) no-repeat;
	width:960px;
	height:175px;

}


#fill
{

	background:url(images/homepage/fill-3.jpg) no-repeat;
	width:960px;
	height:46px;

}
