*
{
	margin: 0;
	padding: 0;
}

body
{
	background: url('images/index/bg-body.jpg') repeat-x top center #4c697e;
	font: Georgia 14px;
	color: #fff;
}

a
{
	color: #fff;
	font-style: italic;
}

a:hover
{
	text-decoration: none;
}

a img
{
	border: 0;
}

#page-wrapper
{
	margin: 0 auto;
	min-width: 860px;
	background: url('images/index/bg-header.jpg') no-repeat top center;
}

#alignment
{
	margin: 0 auto;
	width: 860px;
	text-align: center;
	padding-top: 84px;
}

#logo
{
	background: url('images/index/logo.png') no-repeat top center;
	height: 133px;
}

#welcome
{
	padding: 10px 0 16px 0;
}

#welcome a
{
	margin: 0 46px;
	font-size: 26px;
	font-style: normal;
	color: #3a6473;
	text-decoration: none;
}

#welcome a:hover
{
	text-decoration: underline;
}