html, body {
	height: 100%;
}

body {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background: #fff;
	text-align: center;
}

#container {
	margin: 0 auto;
	text-align: center;
	width: 100%;
	clear: left;
	background: transparent;
	text-align: center;
}

#containerhead {
	position: relative;
	top: 0px;
	margin: 0 auto;
	text-align: center;
	height: 125px;
	width: 100%;
	background: #FCE01A;
}

#containernavi {
	position: relative;
	top: 0px;
	margin: 0 auto;
	text-align: center;
	height: 25px;
	width: 100%;
	border-top: 1px #fff solid;
	background: #dc2f1d;
}

#containercont {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	background: #fff;
	padding-bottom: 20px;
	margin-bottom: 20px;
	display: block;
}

#containerfoot {
	position: fixed;
	bottom: 0px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	height: 25px;
	border-bottom: 1px #fff solid;
	background: #FCE01A;
	padding: 5px 0 0 0;
	z-index: 1;
}

#wrap {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}

#colleft {
	float: left;
	width: 250px;
	margin: 40px 0 10px 0;
	text-align: left;
}

#col750 {
	float: right;
	width: 750px;
	margin: 40px 0 10px 0;
	text-align: left;
}

#colfullsize {
	width: 1000px;
	margin: 40px 0 10px 0;
	text-align: left;
}

#colright {
	float: right;
	width: 250px;
	margin: 40px 0 10px 0;
	text-align: left;
}

#col750left {
	float: left;
	width: 750px;
	margin: 40px 0 10px 0;
	text-align: left;
}

#address
{
  color: #dc2f1d;
  text-decoration: none;
  cursor: pointer;
}

#address:hover
{
  color: #dc2f1d;
  text-decoration: underline;
  cursor: pointer;
}

#il
{
  margin: 10px 20px 0px 20px;
}

