html {
	height: 100%
}

body {
	margin: auto;
	position: relative;
	font-family: verdana;
	font-size: 10px;
	color: #929292;
	min-height: 100%;
	background-image: url('../images/background.jpg');
	background-repeat: repeat-x
}

#container {
	position: relative;
	min-height: 535px
}

#middle_box {
	margin: auto;
	width: 700px;
	height: 70px;
	padding-top: 186px
}

a {
	color: #929292;
	text-decoration: none
}

a:hover {
	color: #929292;
	text-decoration: underline
}	

#bottom_box {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 40px;
	background-image: url('../images/bottom_box/background.jpg');
	background-repeat: repeat-x;
}

#address_box {
	margin: auto;
	width: 700px;
	height: 70px;
	padding-top: 130px;
	line-height: 20px
}

#address_box .address {
	float: left;
	padding: 0px 39px;
	line-height: 20px
}

#logo_box {
	margin: auto;
	width: 700px;
	height: 70px;
	padding-top: 107px;
	padding-left: 220px;
	line-height: 30px
}

#logo_box_left{
	float:left;
}

#logo_box_right{
	float:left;
	padding-left:87px;
	padding-top:25px;
}

#logo_box_right2{
	float:left;
	padding-left:70px;
	padding-top:5px;
}

#logo_box_center{
	float:center;
	padding-left:50px;
	padding-top:5px;
}


#address_box_left{
	float:left;
	padding-top:25px;
	padding-left:5px;
}

#address_box_right{
	float:left;
	padding-top:25px;
	padding-left:95%;
	position:absolute;
}