<?php
	require_once("../template/setup.php");
	header("Content-type: text/css; charset=" . $css_charset);
	echo "@charset \"" . $css_charset . "\";";
?>
* {
	margin: 0px;
	padding: 0px;
	border: 0px none black;
	font-size: 100%;
}

div {
	position: relative;
	top: 0px;
	left: 0px;
}

html {
	overflow: auto;
}

body, html {
	min-height: 100%;
	min-width: 100%;
}

