/* DIVS
--------------------------------------------------- */

#container
{
	/*text-align: left;*/
	width: 100%;
}

#border
{
	width: 100%;
	border: 2px solid white;
}

#header
{
	background-image: url(../images/top_2.jpg) ;
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

#content_home
{
	width: 100%;
	text-align: center;
}

#footer {
	text-align: center;
	padding: 10px;
	font-size: 8pt;
	color: #333;
	background-color: #ccc;
	height: 34px
}