﻿@font-face {
	font-family: 'downlinkregular';
	src: url('font/downlink-webfont.eot');
	src: url('font/downlink-webfont.eot?#iefix') format('embedded-opentype'),
		 url('font/downlink-webfont.woff') format('woff'),
		 url('font/downlink-webfont.ttf') format('truetype'),
		 url('font/downlink-webfont.svg#downlinkregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	background-image: url("../img/bg_repeat.jpg");
	background-repeat: repeat;
	height: 100%;
	margin: 0;
	background-color:#222222;
}

#contact {
	color: #EEEEEE;
	font-family: downlinkregular, Arial, Helvetica;
	font-size: 30px;
	text-shadow: 3px 3px 5px #000000;
	text-align: center;
	margin-top: 50px;
}

#social {
	text-align: center;
	margin-top: 25px;
}

#social a:focus {
	outline:0;
}

.filter-drop-shadow {
	-webkit-filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.5));
	-moz-filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.5));
	-ms-filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.5));
	-o-filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.5));
	filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.5));
}

#contact a:link {
	color: #EEEEEE;
	text-decoration: none;
}

#contact a:visited {
	color: #EEEEEE;
	text-decoration: none;
}

#contact a:hover {
	color: #FFF;
	text-shadow: 0px 0px 5px #BBB;
}

#contact a:active {
	color: #EEEEEE;
	text-decoration: none;
}

#container {
	background-image: url("../img/bg_light.png");
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	width: 840px;
}

.line {
	background-color: #000000;
	border-bottom: 1px solid #393939;
	height: 1px;
	margin: 50px auto;
	width: 375px;
}

.logo {
	background-image: url("../img/logo.png");
	background-position: center 30px;
	background-repeat: no-repeat;
	width: 840px;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
}

.text {
	display: none;
}

div#preload {
	display: none;
}