@charset "utf-8";

/* But IE5-Mac shouldn't see this \*/
 * html p { height:1%; }

html{ height:100%; }

body{
	height:100%;
	background-position: 0px 0px;
	background-color: #f18d00;
/**	background-image: url(../images/body_bg.jpg);**/
	background-repeat: repeat-x;
	text-align: center;
}

#wrapper{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	min-height: 100%;
	height: auto !important;
	height:100%;
	position: relative;
	background-color: #FFF;
	text-align:left;
}

a {
	color: #162d9f;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}