body {
	background-color: #FBAE3F;
	background-image:url(images/wrapper_background.png);
	background-repeat: repeat-x;
	background-position:bottom;
	background-attachment:fixed;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 11px;
}

#icontext {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 400px;
	text-align: right;
}
#icontext a {
	color: #FFF;
	text-decoration: none;
}


#wrapper {
	background-color: #FFF;
	background-image:url(images/box_background.png);
	background-attachment: scroll;
	background-position: bottom;
	background-repeat: repeat-x;
	width: 800px;
	position: relative;
	height: 200px;
	margin: 0 auto;
	top: 50px;
}



#wrapper #logo {
	color: #999;
	position: absolute;
	margin: 0;
	padding: 0;
	left: 0px;
}
#wrapper #content {
	width: 600px;
	position: absolute;
	right: 0px;
	height: 200px;
}
#wrapper #content #help {
	position: absolute;
	top: -20px;
	right: 0px;
	width: 25px;
	text-align: right;
}
#wrapper #content #help a {
	color: #FFF;
	text-decoration: none;
}
#wrapper #content #help a:hover {
	text-decoration: underline;
}

#wrapper #content #slogan {
	width: 400px;
	position: absolute;
	top: -20px;
	text-align: left;
}
#wrapper #content #search {
	padding-top: 40px;

}




#wrapper #content #links img {
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 5px;

}

#wrapper #content #footer{
	width: 70px;
	position: absolute;
	bottom: -20px;
	right: 0px;
	color: #FFF;
	font-size: 10px;
	text-align: right;
}
#wrapper #content #share {
	width: 300px;
	position: absolute;
	text-align: left;
	bottom: -20px;
}
#wrapper #content #share a {
	color: #FFF;
	text-decoration: none;
}
#wrapper #content #share a:hover {
	text-decoration: underline;
}

