html,body 
{ 
	height: 100%;
	background-color: #232323;
}

a
{
  text-decoration: none;
}

#underconstruction
{
	position: fixed;
	right: 0;
	top: 0;

	width: 200px;
	height: 100px;
	background: url('../images/cons2.png') no-repeat top right;
	z-index: 200;
}

iframe
{
	margin: 10px;
}

