* {
	margin: 0;
	padding: 0;
	font-size:small;
}
body {
	text-align: center;
	background-image: url(../images/back_bg.jpg);
	background-repeat: repeat;
}
body div {
	text-align: left;
	margin: 0 auto;
}
#header {
	width: 1160px;
	height: 130px;
	background-color: #FFFFFF;
}
h1,h2,h3,h4,h5 {
	padding: 0;
}
#footer {
	width: 1160px;
	clear: both;
	background-color: #FFFFFF;
}
address{
	text-align:center;
	font-size:0.8em;
	background-color: #FFFFFF;
}