body {
  font-family: "W95", sans-serif;
  background-size:cover;
  background-repeat:no-repeat;
  background-color:black;
  background-image:url("bg.jpg");
  margin:0;
}

@font-face {
  font-family: W95;
  src: url(W95FA.otf);
}


main
{
	color: #ebebeb;
	padding:50px;
	font-size:12px;
}

a
{
	color:cyan;
	text-decoration: none;
}

b a
{
	color:yellow;
}

p
{
	margin:5px;
}


hr
{
	  border: 1px dotted white;
}

#bunny
{
	position:relative;
	left:543px;
	bottom:-0px;
	height:400px;
	width:145px;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	background-image:url("bnnyu3.png");
	background-size:cover;
}

#lang
{
	position:relative;
	bottom:435px;
	right:-274px;
}
