body{
	background:#61462f url('../images/layout/background.jpg') repeat-y;
	margin:0px;
}
#main{		
	width:1000px;
	height:600px;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-500px;
	margin-top:-300px;
	z-index:1;
}
#logo{
	position:absolute;
	top:60px;
}
#content,.rubrics,.extra{
	position:absolute;
	right:34px;
}
/* content */
#content{		
	top:160px;	
	width:932px;
	height:385px;
	color:#b6a68a;
}
#title{
	color:#f2d3ab;
}
/**/
.rubrics{	
	top:70px;
}
.extra{	
	bottom:10px;
	font-size:10px;
}
.extra a:hover{
	text-decoration:underline;
}
#strip{
	border:1px #725e42;
	border-style:solid none;
	position:absolute;
	top:50%;
	margin-top:-194px;
	height:22px;
	width:100%;
}
/**/
#facebook{
	position:absolute;
	bottom:19px;
	right:210px;
}