/*
Name: NeonTen
Version: 0.79
Author: Viktor Leuchtenberger
Author URI: http://facebook.com/flybyfx
*/

html{
	background-image:url("./images/2560x1440.jpg");
    background-position:center;
	min-height: 100%;
}

@font-face{ 
	font-family: 'spaceage';
	src: url('font/spaceage-webfont.eot');
	src: url('font/spaceage-webfont.eot?#iefix') format('embedded-opentype'),
	     url('font/spaceage-webfont.woff') format('woff'),
	     url('font/spaceage-webfont.ttf') format('truetype'),
	     url('font/spaceage-webfont.svg#webfont') format('svg');
}

.spaceage{
	font-family: spaceage;
}

#wrapper{
	background-color:;
	height: 250px;
	width: 250px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin:-125px 0 0 -125px; 
}

#logoflybyfx{
	background-image:url("./images/LeuchtenbergerlogoBeta250.png");
    background-position:center;
	height: 250px;
	width: 250px;
	background-color: ;
	position:relative;
}

logoeckA{
	width:50px;
	height:50px;
	background-color: #34b5d0;
	position:absolute;
	-webkit-border-top-left-radius: 50px;
	-moz-border-radius-topleft: 50px;
	border-top-left-radius: 50px;
	margin: 0 0 0 0;
}

logoeckB{
	width:50px;
	height:50px;
	background-color: #34b5d0;
	position:absolute;
	-webkit-border-top-right-radius: 25px;
	-moz-border-radius-topright: 25px;
	border-top-right-radius: 25px;
	margin: 0 0 0 200px; 
}

logoeckC{
	width:50px;
	height:50px;
	background-color: #34b5d0;
	position:absolute;
	margin: 200px 0 0 0 ; 
}

logoeckD{
	width:50px;
	height:50px;
	background-color: #34b5d0;
	position:absolute;
	-webkit-border-bottom-right-radius: 50px;
	-moz-border-radius-bottomright: 50px;
	border-bottom-right-radius: 50px;
	margin: 200px 0 0 200px; 
}

logolineA{
	width:125px;
	height:50px;
	background-color: #34b5d0;
	position:absolute;
	margin: 0 0 0 75px; 
}

logolineB{
	width:50px;
	height:150px;
	background-color: #34b5d0;
	position:absolute;
	margin: 50px 0 0 0; 
}

logolineC{
	width:50px;
	height:125px;
	background-color: #34b5d0;
	position:absolute;
	margin: 50px 0 0 200px; 
}

logolineD{
	width:150px;
	height:50px;
	background-color: #34b5d0;
	position:absolute;
	margin: 200px 0 0 50px; 
}

logozenter{
	width:100px;
	height:100px;
	background-color: #34b5d0;
	position:absolute;
	-webkit-border-radius: 100px 100px 100px 100px;
	-moz-border-radius: 100px 100px 100px 100px;
	border-radius: 100px 100px 100px 100px;
	margin: 75px 0 0 75px;
}

/*HEADER----------*/
header{

}

/*NAV-----------*/
nav{


}

/*ARTICLE------------*/
article{
	
}

/*ASIDE-------------*/
aside{
	
}

/*FOOTER---------------*/
footer{
	
}
