body, table {
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	font-family: verdana, trebuchet ms, tahoma, arial, sans-serif;
	color: #464646;
	text-decoration: none;
	text-align: justify;
	line-height: 12px;
	letter-spacing: 0px;	
}

.title {
	font-weight: bold;
	font-size: 13px;
	color: #ED7E7C;
	text-align: left;
}

a:link, a:active, a:visited {
	font-weight: normal;
	color: #E35376;
	text-decoration: none;
}

a:hover {
	color: #FCBD84;
}

hr {
	border: 1px solid #FCBD84;
}

.news_infos{
	font-style: italic;
	font-size: 9px;
}

img { 
	border: none;
} 

img.link { 
	border: 1px solid #464646; 
}

small {
	font-style: italic;
}

#background {
	position: fixed;
	left: 0px;
	top:0px;
	width: 100%;
	height: 100%;
	z-index: 0;
}

#background_top {
	position: absolute;
	left: 0px;
	top:0px;
	width: 100%;
	height: 900px;
	overflow: hidden;
	z-index: 1;
}

#layout {
	position: absolute;
	width: 1000px;
	height: 900px;
	top: 0%;
	left: 50%;
	margin-top: -0px;
	margin-left: -500px;
	z-index: 2;
}

#content1 {
	position: absolute;
	width: 400px;
	height: 260px;
	top: 0%;
	left: 50%;
	margin-top: 246px;
	margin-left: -200px;
	z-index: 3;
}

#content2 {
	position: absolute;
	width: 330px;
	top: 0%;
	left: 50%;
	margin-top: 550px;
	margin-left: -200px;
	z-index: 4;
}
