DIV#background {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 270px;
	background-color: #eef4fa;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#e2ecf5), to(#f8fbfe));
	background: -moz-linear-gradient(top, #e2ecf5, #f8fbfe);
	border-bottom: 1px solid #99b7cd;
}

DIV#content {
	position: relative;
	width: 860px;
	margin: 60px auto 0px auto;
}

DIV#welcome {
	position: absolute;
	top: 0px;
	left: 80px;
	width: 350px;
	height: 50px;
	border-bottom: 1px solid #1a5c88;
	text-align: center;
}

IMG#logo {
	position: absolute;
	top: 18px;
	left: 540px;
	width: 255px;
	height: 70px;
}

A#brokers, A#participants, A#sponsors {
	display: block;
	float: left;
	margin-top: 140px;
	width: 230px;
	height: 180px;
	background: url(images/template.png) no-repeat;
	cursor: pointer;
}

A#brokers {
	background-position: 0px 0px;
}

A#participants {
	margin-left: 85px;
	background-position: 0px -180px;
}

A#sponsors {
	margin-left: 85px;
	background-position: 0px -360px;
}

DIV#footer {
	position: absolute;
	top: 370px;
	left: 310px;
	width: 540px;
	border-top: 1px solid #1a5c88;
	font-family: Arial;
	font-size: 10pt;
	color: #1a5c88;
}

DIV#footer IMG {
	float: left;
}

DIV#footer DIV {
	float: left;
	margin: 13px 0px 0px 10px;
}

