body {
	background-image: url(../images/kite-bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#container {
	width: 970px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#branding {
	height: 146px;
	background-image: url(../images/kite-logo.gif);
	background-repeat: no-repeat;
	background-position: 25px 40px;
	width: 300px;
}
#right {
	float: right;
	width: 320px;
	height: 146px;
	background-image: url(../images/callustoday.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-right: 0px;
	display: block;
}


#image-area {
	background-image: url(../images/main-image.jpg);
	background-repeat: no-repeat;
	height: 221px;
}

#main-area {
	font-family: Tahoma, Arial;
	font-size: 0.9em;
	font-weight: normal;
	color: #7D7D7D;
	padding-left: 30px;
	padding-right: 25px;
	line-height: 23px;
	padding-top: 20px;
}
.hide {
	height: 1px;
	width: 1px;
	overflow: hidden;
	position: absolute;
	visibility: hidden;
}

.sign-off {
	font-size: 0.9em;
}
a:link {
	color: #7D7D7D;
	text-decoration: none;
}
a:visited {
	color: #7D7D7D;
	text-decoration: none;
}
a:hover {
	color: #EED306;
	text-decoration: underline;
}
a:active {
	color: #7D7D7D;
	text-decoration: none;
}