@charset "utf-8";
/* screen style */

.noscreen	{display: none}

@media screen{
	body>div#footer{
		position: fixed;
	}
}
