body {
	background:#FFA64C;
	/* For WebKit (Safari, Google Chrome etc) */
	background: -webkit-gradient(linear, left top, left bottom, from(#FF359A), to(#FFA64C)) fixed;
	/* For Mozilla/Gecko (Firefox etc) */
	background: -moz-linear-gradient(top, #FF359A, #FFA64C) fixed;
	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFF359A, endColorstr=#FFFFA64C);
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFF359A, endColorstr=#FFFFA64C)";
}

#weather-area {
	background:url(../images/bg/bg_sunny.png) no-repeat right top;
	_background:url(../images/bg/bg_sunny.gif) no-repeat right top;
}