@charset "utf-8";

body{
	overflow-x: hidden;
	min-width: 990px;
}

#root{
	position: relative;
}

#background{
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	min-width:990px;
}
#background{
	margin-top: -38px;
}
#news{
	text-align: right;
	position: absolute;
	top: 423px;
	right: 0;
	margin-top: 4px;
	font-size: 93%;
	z-index: 9999;
}
#news li{
	list-style: none;
}
#news li.strong{
	border:1px solid #ccc;
	padding:0 6px;
}
#news li.hideFeed{
	display:none;
}
#news a{
	display: block;
	line-height: 233%;
}
#news .date{
	padding-right: 8px;
}
#news .title{
	font-weight: bold;
}


#foot{
	margin-top: 423px;
	z-index: 999;	
}
#foot nav.global{
	left: -10px;
}
#foot #copyright{
	left: -10px;	
}
#foot .navright img {
			width:22px;
}
#lead{
	position: absolute;
	display: block;
	width: 287px;
	height: 140px;
	top: 211px;
	left: 0;
	margin-left: -38px;
	background: url(../images/alifewithcamera/lead.png) no-repeat;
	z-index: 9999;
	background-image: url(../images/alifewithcamera/lead.png);
}
