#container{
	background-image		: url(../imgs/template-landing-page-main-bg.jpg);
}
#logo{
	display					: block;
	position				: absolute;
	left					: 593px;
	top 					: 65px;
}
#header{
	display					: block;
	position				: absolute;
	right					: 556px;
	top 					: 105px;
}

#downloads{
	display					: block;
	position				: absolute;
	left					: 2px;
	top 					: 328px;
}
#caption{
	width 					: 696px;
	
	display					: block;
	position				: absolute;
	left					: 170px;	
	top 					: 157px;
	
	color					: #626871;
	font-family				: Lucida, Arial, Helvetica, sans-serif;
	font-size				: 10px;
	text-decoration			: none;
	line-height				: 15px;
}
#caption a{
	color					: #000;
	text-decoration			: underline;
}
#caption a:hover{
	color					: #000;
	text-decoration			: none;
}
#action1{
	display					: block;
	position				: absolute;
	left					: 506px;
	top 					: 254px;
}

#action2{
	display					: block;
	position				: absolute;
	left					: 506px;
	top 					: 390px;
}
#action1 a, #action2 a{
	color					: #626871;
	font-family				: Lucida, Arial, Helvetica, sans-serif;
	font-size				: 12px;
	text-decoration			: underline;
	line-height				: 18px;
	
	padding 				: 0px 0px 0px 20px;
	background-image		: url(../imgs/arrow.jpg);
	background-position		: left top;
	background-repeat		: no-repeat;
}
#action1 a:hover, #action2 a:hover{
	text-decoration			: none;
}

#ftrLeft{
	display					: none;
	position				: absolute;
	left					: 0px;
	top 					: 502px;
}
#ftrRight{
	display					: block;
	position				: absolute;
	right					: 0px;
	top 					: 502px;
}

