@charset "utf-8";
/* CSS Document */

body, html{
	margin:0px;
	padding:0px;
	height:100%;
	background-color:#ffffff;
	background-image:url(../images/background-frame.gif);
	background-position:top center;
	background-repeat:repeat-x;
}

#headercontent{
	width:940px;
	height:94px;
	margin:0px auto;
	position:relative;
/*
	background-image:url(../images/header.jpg);
	background-position:top center;
	background-repeat:no-repeat;
*/
}

#feature_menu_frame{
	width:100%;
	height:40px;
	margin:0px auto;
	position:relative;
	border-top:1px solid #677985;
}


