
	html{
		height:100%;
	}
	body{
		background-color:#666666;
		background-image:url(background.jpg);
		background-repeat:repeat-y;
		font-size:12px;
		height:100%;
		margin:0px;
	}
	.image{
		position:absolute;
		background-color:#FFFFFF;
		padding:40px;
		/*
		float:left;
		margin-left:40px;
		margin-top:40px;*/
		top:40px;
		left:360px;
		
	}
	.comment{
		margin-top:20px;
		border-top:solid 1px #000;
		padding:5px;
	}
	.copyright{
		text-align:right;
		font-size:10px;
	}
	.infos{
		position:relative;
		top:0px;
		left:0px;
		/*background-color:#FFFFFF;*/
		width:320px;
		color:#666666;
		/*float:left;*/
		
		height:100%;
	}
	
a:link {
	color: #666666;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #666666;
}
a:active {
	color: #666666;
}