#Table_01 {
	width:960px;
	height:746px;
	margin-right: auto;
	margin-left: auto;
	
}

#logo {
	width:293px;
	height:404px;
	background-image: url(images/logo.jpg);
	float: left;
}

#login {
	width:440px;
	height:46px;
	float: left;
}
#content {
	width:667px;
	float: right;
	height: 500px;
	margin: 0px;
	padding: 0px;
}
#nav {
	width:667px;
	height:22px;
	background-image: url(images/nav.jpg);
	clear: both;
}

#left {
	width:293px;
	height:160px;
	float:left;
}

#assistance {
	width:440px;
	height:196px;
	background-image: url(images/assistance.jpg);
	float: right;
	}

#address {
	width:293px;
	height:96px;
	background-image: url(images/address.jpg);
	float:left;
	clear:all;
	background-color: #000;
	background-repeat: no-repeat;
	}

#footer {
	width:960px;
	height:88px;
	clear:both;
	background-image: url(images/nav.jpg);
	background-repeat: repeat;
	color: #FFF;
	text-align: center;
	vertical-align: bottom;
	}
body {
	background-color: #FFFFFF;
}
#controlpanel {
	clear: both;
}

