@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	text-align:center;
	font-family:"Microsoft Sans Serif";
	font-size:12px;
	color:#333333;
	line-height:17px;
	/*
background:url(../images/bg.gif) top center repeat-y;
*/
background:url(../images/background.jpg) top center;
}
#layout{
width:1002px;
margin:0 auto;
}
#flash1{
height:480px;
}
#content{
	background:url(../images/bg_content.gif) top right no-repeat;
	padding-top:8px;
	height:107px;
}
#footer{
height:80px;
}
