body, html
{
	margin: 0;
	padding: 0; 
	font-family: Georgia, Times, serif; 
	color: #606060;
	font-size: 1em;
	background: #000;
	height: 100%;
}

table, tr, td, div, span, h1, h2, h3, h4, h5, h6, p, b, i, strong, ul, li, img
{
	font-size: 100%;
	margin: 0;
	padding: 0;
}

a
{ 
	text-decoration: none;
	cursor: pointer;
}
	
img, p, form
{ 
	border: 0;
	padding: 0;
	margin: 0;
}

table 		{ width:100%; }
ul, li		{ list-style:none; }





/* GENERAL LAYOUT */

#wrapper-centered
{
	width: 845px;
	padding: 25px 20px 0 20px;
	background: url(../img/couv_05.jpg);
	position: absolute;
	left: 50%;
	margin-left: -442px;
}
#left-col
{
	float: left;
	width: 117px;
}

#index-img-container { text-align: center; }

#index-logo
{

	height: 280px;
	margin-top: 100px;
	bottom: 50px;
}

#index-img
{
	height: 381px;
	margin-top: 50px;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}

