@charset "utf-8";
/* CSS Document */

   #fader{position: relative;}
	
	#header {
		height:300px;
	
		width:850px;
		background-color:#FFFFFF;
		

	}
	
    #fader li{
        position: absolute; 
        top:0; left:0;
        width: 850px;
           background-position: 0 0;
		height:300px;
		list-style:none;	
		-moz-border-radius-topleft: 10px;
		-webkit-border-top-left-radius:10px;
		-moz-border-radius-topright:10px;
		-webkit-border-top-right-radius:10px;
    }
	
	#logo{
		background-image:url(/img/header.png);

		background-repeat:no-repeat;
		z-index:30;position:absolute;
		
		height:126px;
		width:850px;
	}
