/* page.css Grundaufbau des Layouts */



/* +++++++++++++ Body & BG +++++++++++++ */	
body{
	background:url(/style/background.png) repeat-y ;
	background-color:#504941;
   
}


#page{
		margin-top:52px;
		margin-left:10%;
		float:left;
		
		}

	#logo{
		position:relative;
		top:70px;
		left:50px;
		background:url(http://www.elbschrauber-custom-show.de/images/banner/elbschrauber.gif) no-repeat;
		z-index:0;
		width:120px;
		height:120px;
		float:left;
		}
		
	#logo2{
		position:relative;
		top:210px;
		left:-70px;
		background:url(http://www.elbschrauber-custom-show.de/images/banner/summer.gif) no-repeat;
		z-index:0;
		width:120px;
		height:120px;
		float:left;
	}
	
	#logo3{
		position:relative;
		top:350px;
		left:-190px;
		background:url(http://www.elbschrauber-custom-show.de/images/banner/pearls.gif) no-repeat;
		z-index:0;
		width:120px;
		height:120px;
		float:left;
	}
	
	#logo4{
		position:relative;
		top:490px;
		left:-310px;
		background:url(http://www.elbschrauber-custom-show.de/images/banner/custom.gif) no-repeat;
		z-index:0;
		width:120px;
		height:120px;
		float:left;
	}

