body {
	margin: auto;
	background: url(bg.JPG) repeat;
}
#a
{
width: 1000px;
height: 1200px;
background: #FFFFFF;
margin: auto;
}
#b
{
width: auto;
height: 200px;
background: #FFFFFF;
margin: auto;
}
#c
{
width: 375px;
height: auto;
backgrounnd: #000000;
margin: auto;
}