@charset "UTF-8";
#contenair {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}.copy {
	text-align: right;
	margin-bottom: 20px;
	clear: both;
	margin-top: 10px;
}
div#link  {
	position:fixed;
	top:85%;
	z-index:0;
	float: left;
	width: 100px;
	height: 100px;
               }
a:link {
	color: #99FF00;
}
a:visited {
	color: #99CC00;
}
a:hover {
	color: #990000;
}
a:active {
	color: #FF0000;
}
