body {
	background: url(../images/index-bg.jpg) center top no-repeat #e8e8e8;
}

#header-index
{
	height:438px;
	background: url(../images/index-header-bg.jpg) left 365px no-repeat;
	position:relative;
}

#content 
{
	height:440px;
}

.left-column
{
	float:left;
	width:556px;
	padding-left:40px;
}

.right-column {
	float:left;
	width:400px;
}

h2 {
	margin-top:0;
	text-indent:-5000px;
}

p {
	color:#646464;
}

#links a
{
	font-size:22px;
	font-weight:bold;
	text-decoration:underline;
}

#links a:hover
{
	text-decoration:none;
}

.index-pas
{
	margin-left:592px;
	margin-top:-275px;
}

