// JavaScript Document
$(document).ready(function(){
	$(".main_body div").eq(0).css({background:"url(images/20081014_bg_top.jpg) no-repeat center top",width:"700px",height:"22px",margin:"0 auto auto"});					
	$(".main_body div").eq(1).css({background:"url(images/20081014_bg_mid.jpg) repeat-y center top",width:"670px",minHeight:"200px",margin:"0 auto auto",padding:"0 30px 0 40px"});
	$(".main_body div").eq(2).css({background:"url(images/20081014_bg_bot.jpg) no-repeat center bottom",width:"700px",height:"32px",margin:"0 auto auto"});
});
