/* GLOBALS */

* {
	margin: 0;
	padding: 0;
    border: 0;
	font-family:  "HelveticaNeue LT CYR 57 Cond", "Helvetica Neue Cond", "HelveticeNeue Cond", "Helvetica Neue", HelveticaNeue, Helvetica, Verdana,  sans-serif;
    font-size: 1em;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}

body {
	text-align: center;
	background-color: #f3f4f8;
}

.background img {
	height: auto;
	width: 100%;
	min-width: 100%;
	-ms-interpolation-mode: bicubic;
}

/* TEXT AND LINKS */

p {
	color: #E6E9F2;
}

h1 {
	font-size: 1.0em;
	color: #999;
}

a:link {
	color: #66575E;
	-webkit-transition: color;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 500ms;
}

a:visited {
	color: #4d4d4d;
	-webkit-transition: color;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 500ms;
}

a:active {
	color: #cc0066;
	-webkit-transition: color;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 500ms;
}

a:hover {
	color: #cc0066;
	-webkit-transition: color;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 500ms;
}

a:focus {
	outline: none;
}

/* ELEMENTS */

.background {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;	
}

#likeable {
	width: 118px;
	height: 34px;
	position: fixed;
	left: 25px;
	top: 25px;
	background-image: url(../images/global/likeable.png);
	background-image: no-repeat;
	z-index: 15;
}

#logo {
	width: 42px;
	height: 84px;
	position: fixed;
	right: 25px;
	bottom: 50px;
	background-image: url(../images/global/logo_index.png);
	background-image: no-repeat;
	z-index: 15;
}

.footer {
	width: 100%;
	height: 50px;
	position: fixed;
	bottom: 0px;
	z-index: 15;
}

#description {
	width: 100%;
	float: left;
	position: relative;
	text-align: center;
}

#login {
	width: 30%;
	position: absolute;
	right: 0px;
	text-align: right;
	margin-right: 25px;
	margin-top: 16px;
	float: right;
}

/* NAVIGATION */

.menu {
	position: fixed;
	left: 25px;
	top: 75px;
	text-align: left;
	z-index: 15;
}

.menu ul {
	list-style-type: none;

}

.active  a {
	color: #CC0066;
}
