html 
{
	height: 100%;
}

body 
{
	background-color: #ffffff;
	background-image:url('../images/backgroundLowRes.jpg');
	background-repeat:no-repeat;
	background-position:bottom left;
	background-attachment: fixed;
	height: 100%;
	text-align: center;
	line-height: 1.1em;
}

:link,:visited,:focus
{ text-decoration:none; outline:none; }

a:link,
a:visited	{ color: #000000; }
a:hover		{ color: #000000; }
a:active	{ color: #cccccc; }

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

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

#background  img,
#background_fade img
{
	position: absolute;
	bottom: 0px;
	left: 0px;
}


#logo 
{
	z-index:13;
	width: 400px;
	height: 255px;
	
	position: absolute;
	left: 50%;	
	margin-left: -200px;
	top: 40px;
}

#main-back
{
	z-index:11;
	position: absolute;
	left: 50%;
	/*bottom: 350px;*/
	top: 215px;
	height: 310px;
	width: 570px;
	/*margin-top: -150px;*/
	margin-left: -285px;
	
	background-color: #ffffff;
	border: 1px solid #000000;
	
	opacity: 0.6;
	filter: alpha(opacity=60);
}

#main
{
	z-index:12;
	position: absolute;
	left: 50%;
	/*bottom: 350px;*/
	top: 310px;
	height: 215px;
	width: 550px;
	/*margin-top: -150px;*/
	margin-left: -275px;
	
	

	background-color: transparent;
	color: #000000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 12px; 	

}

#changer
{
	z-index:12;
	position: fixed;
	right: 20px;
	bottom: 20px;
	overflow: hidden;
	
	width: 100px;
	height: 24px;
	
	background-color: #ffffff;
	border: 1px solid #cccccc;	

	display: none;
}

#changer img
{
	border: 1px solid #cccccc;	
	margin: 1px;
	display: none;
	cursor: pointer;
}

#title-name
{
	display: block
}

.t
{
	display: block;
	float: left;
	width: 100px;
}

#bottom
{
	width: 100%;
	text-align: right;
	position: absolute;
	bottom: -30px;
	font-size: 10px;
	clear: both;
}

#under
{
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 4px;
	font-size: 10px;	
}
