/* 
Author: Vladimir Golušin (http://bigfish.rs)
*/

* {
  margin: 0;
  padding: 0;
}

html, body {}

img, div { behavior: url("/style/iepngfix.htc") }

body {
	font: 11px "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Arial,Tahoma,Verdana,Helvetica,sans-serif;;
	color: #fff;
	text-align: right;
	background: #000 url("../images/bg.png") no-repeat 100% 100%;
	background-attachment: fixed;
}


/* @group under construction */
/* UNDER CONSTRUCTION
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
#underconstruction {
	background: #ec269b;
	color: #fff;
	position: absolute;
	bottom: 50px;
	left: 0;
	width: 100%;
	display: inline-block;
	text-align: right;
}

#underconstruction div.inner {
	padding: 20px;
}

#underconstruction h1 {
	width: 400px;
	text-align: left;
	float: right;
	font-size: 3em;
	margin-bottom: -10px;
}

#underconstruction h2 {
	width: 400px;
	text-align: left;
	float: right;
	font-size: 2em;
}

#underconstruction h3 {
	width: 400px;
	text-align: left;
	float: right;
	font-size: 1.4em;
}

#underconstruction h3 span {
	padding-right: 20px;
}
/* @end */


/* @group misc */
/* MISC
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
.clearer {
	clear: both;
	line-height: 1;
	margin: 0;
	padding: 0;
	display: block;
}

.left {
	float: left;
	display: inline;
}

.right {
	float: right;
	display: inline;
}

img a:hover {
	margin-bottom: -5px;
}
/* @end */