body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ccc5b5;
	width: 100%;
	height: 100%;
}

#bg-tex {
	background-image: url(../images/bg-tex.jpg);
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 600px;
	visibility: visible;
	display: block;
}

#content {
	position: absolute;
	z-index: 3;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	visibility: visible;
	display: block;
}

#weather {
	float:left;
	display:block;
	width: 120px; 
	height: 48px; 
	background-color:#ccc5b5; 
	background-repeat: no-repeat; 
	background-color: #ccc5b5;
	text-align:center;
}




.orangeFont {
	color: #c45932;
	font-size: 16px;
	font-family: times;
	
}

.bodyFont {
	color: #593619;
	font-size: 13px;
	font-family: times;
	line-height: 16px;
	
}

.footerFont {
	color: #593619;
	font-size: 11px;
	font-family: times;
	line-height: 16px;
}




a.bodyFont {
	text-decoration: none;
}

a.bodyFont:hover {
	color: #c45932;
	text-decoration: none;
}

a.footerFont {
	text-decoration: none;
}

a.footerFont:hover {
	color: #c45932;
	text-decoration: none;
}


