body {
	background-color:#231F20;
	background-image:url('bg.jpg');
}

#global {
	margin-left:50px;
	width:500px;
	margin:0px auto;
	text-align:center;
	display:table;
}

#picitem {
	float:left;
}

#picitem a {
	border:0;
	text-decoration:none;
}

#entry {
	float:left;
	width:480px;
	text-align:justify;
	font-family:Trebuchet MS;
	color:#AB9F89;
	font-size:11px;
}

#entry h3 {
	text-align:left;
	color:#E6E7E9;
	font-size:17px;
	font-family:Trebuchet MS;
}

#entry h3 em {
	text-align:right;
	color:#464749;
	font-size:10px;
}

#entry a {
	text-decoration:none;
	color: #E6E7E9;
}

#entry a:hover {
	text-decoration:underline;
	color:#FFFFFF;
}

#bloc {
	float:left;
	margin: 0px auto;
	width:480px;
	border:2px solid #FFFFFF;
	background:#231F20;
	color:#FFFFFF;
}

#footer {
	float:left;
	margin-top:50px;
	padding-bottom:50px;
	width:400px;
	text-align:center;
	font-family:Trebuchet MS;
	color:#AB9F89;
	font-size:11px;
}

#footer a {
	text-decoration:none;
	color: #E6E7E9;
}

#footer a:hover {
	text-decoration:underline;
	color:#FFFFFF;
}
