body {
	background-image: url('background.jpg');
	text-shadow: 1px 1px 0 #000000;
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #000000;
	margin: 0;
}
a:link, a:active , a:visited {
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
	text-decoration: none;
	font: 600 10px Arial;
	color: #fb6262;
}
a:hover {
	color: #808080;
}
b { color: #ffc410; }
i { font-weight: 500; color: #eaca93; }
u {
	border-bottom: 2px dotted #fb6262;
	text-decoration: none;
	font-weight: 600;
	color: #eaca93;
}
strike { color: #aaaaaa; }
input, textarea, select {
	border: 1px dashed rgba(89,67,56,0.8);
	background: rgba(89,67,56,0.5);
	font: 400 10px Arial;
	padding: 3px 5px;
	color: #ffffff;
	margin: 2px 0;
}
h1 {
	font: 500 11px 'Montserrat', sans-serif;
	border-bottom: 2px solid #594338;
	text-transform: uppercase;
	letter-spacing: 4px;
	margin-bottom: 3px;
	text-align: center;
	color: #ffffff;
	padding: 3px 0;
}
h2 {
	font: 500 10px 'Montserrat', sans-serif;
	border-bottom: 2px dotted #d67c47;
	text-transform: uppercase;
	letter-spacing: 4px;
	margin-bottom: 10px;
	text-align: center;
	color: #ffc410;
	padding: 3px 0;
}
#navi {
	width: 250px;
	margin-top: 380px;
	margin-right: 300px;
}
#navi a {
	background: rgba(0,0,0,0.5);
	font: 400 10px Times New Roman;
	color: rgba(255,255,255,0.7);
	text-transform: lowercase;
	display: inline-block;
	letter-spacing: 4px;
	text-align: center;
	text-shadow: none;
	padding: 3px 10px;
	width: 80px;
}
#navi a:hover {
	background: rgba(255,255,255,0.8);
	color: rgba(0,0,0,0.7);
}

#content {
	font: 400 10px 'Roboto', sans-serif;
	letter-spacing: 1px;
	text-align: justify;
	line-height: 11px;
	color: #e7ded7;
	width: 520px;
	top: 450px;
}
.stats {
	background-image: url('flstats.png');
	font: 400 10px 'Arial', sans-serif;
	background-repeat: no-repeat;
	padding: 40px 40px 20px 50px;
	letter-spacing: 0.02em;
	text-align: justify;
	margin-left: 280px;
	line-height: 11px;
	margin-top: -120px;
	color: #e7ded7;
	height: 104px;
	width: 269px;
}
.imgPrev, .code {
    -webkit-transition: all 0.6s ease;
    -webkit-filter: grayscale(100%);
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    filter: grayscale(100%);
    opacity: 0.5;
}
.imgPrev:hover, .code:hover {
    -webkit-filter: none;
    filter: none;
    opacity: 1.0;
}
.code {
    border: 1px solid #434343;
    padding: 5px;
    margin: 2px;
}
.menu a {
    font: 500 10px 'Montserrat', sans-serif;
    text-transform: uppercase;
    padding: 0 10px;
}
.fansblock {
    width: 400px;
}
.fansblock .links {
    border-bottom: 1px dashed #594338;
    line-height: 14px;
    display: inline-block;
    text-align: center;
    font-weight: 600;
    padding: 5px;
    width: 20px;
}
.fansblock .name {
    border-bottom: 1px dashed #594338;
    display: inline-block;
    text-align: left;
    line-height: 14px;
    font-weight: 600;
    color: #eaca93;
    padding: 5px;
    width: 130px;
}
.fansblock .country {
    border-bottom: 1px dashed #594338;
    display: inline-block;
    line-height: 14px;
    text-align: left;
    padding: 5px;
    width: 170px;
}