@charset "UTF-8";
/*  

  __       _                _         _                 _      _                         
 / _| __ _| |__  _ __ _   _| | ____ _| | ___ __ ___  __| | ___| | __  ___ ___  _ __ ___  
| |_ / _` | '_ \| '__| | | | |/ / _` | |/ / '__/ _ \/ _` |/ _ \ |/ / / __/ _ \| '_ ` _ \ 
|  _| (_| | |_) | |  | |_| |   < (_| |   <| | |  __/ (_| |  __/   < | (_| (_) | | | | | |
|_|  \__,_|_.__/|_|   \__, |_|\_\__,_|_|\_\_|  \___|\__,_|\___|_|\_(_)___\___/|_| |_| |_|
                      |___/    
					   
					   projektujemy, boooo lubimy :)

*/

* {
	margin:0;
	padding:0;
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
}

html {
	height: 100%;
}

body {
	color: #fff;
	background: #000;
	height: 100%;
}

a {
	color: #999;
	padding: 1px 3px 1px 3px;
	text-decoration: none;
	color: #777;
}

a:hover {
	color: #fff;
	background: #CD2E62;
}

strong {
	color: #0085cf;
}

#credits {
	position: absolute;
	right: 15px;
	bottom: 15px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 7px;
	text-align: justify;
	color: #7b7b7b;
}

#menu {
	width: 280px;
	text-align: right;
	text-transform: uppercase; 
}

#menu a {
	color: #fc0a0a;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 18px;
	display: block;
	margin-bottom: 10px;
}

#menu a:hover {
	color: #fff;
	background: #fc0a0a;
	text-transform: uppercase;
}

#menu span {
	text-transform: uppercase;
	text-align: right;
	letter-spacing: 18px;
	margin-bottom: 10px;
	display: block
}


