body {
	background-image: url(../images/core_bg.jpg);
	margin: 0px;
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	background-color: #FFC;
}
#wrapper {
	width: 830px;
	position: absolute;
	right: 50%;
}
#header {
	height: 100px;
	width: 800px;
	margin-top: 15px;
	margin-left: 15px;
	position: relative;
	left: 50%;
	top: 50px;
}

h1 {
	color: #FFC;
	font-size: 24px;
	font-weight: bold;
	line-height: 28px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	margin-bottom: 25px;
	text-align: center;
	font-style: normal;
	font-variant: normal;
}

h2 {
	color: #FF0;
	font-size: 19px;
	font-weight: normal;
	line-height: 23px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 25px;
	margin-bottom: 15px;
}

a, a:link {
	color: #FF0;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

a:focus {
	color: #000;
}

a:active {
	color: #FFF;
}
