.logo {
	z-index:1000;
	background-image:url(images/weblogo_01.png);
	background-repeat:repeat-x;
    float:left; 
	width:100 %;
	*background:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='scale', src='images/weblogo_01.png');
	position:fixed;
    top:0;
}
body
{
	top:0 px;
}

