body
{
	background-image: url('media/start_bg.jpg');
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #fafbf7;
}

#layout_start
{
	background-image: url('media/welcome.jpg');
	background-repeat: no-repeat;
	background-position: left bottom;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	z-index: -1;
	display: block;
}
/*
#layout_hl_nav
{
	position: absolute;
	right: 20px;
	height: 180px;
	width: 180px;
	top: 150px;
	z-index: 20;
	background-image: url('media/highlight_bg.png');
}

#layout_hl_nav *
{

  font-weight: bold;
  color: #666666;
}

#layout_hl_nav ul
{
	margin: 20px;
}

#layout_hl_nav ul li
{
	list-style-type: none;
	border-bottom: 1px solid #666666;
	padding: 3px;
	margin: 0px;
}
*/
