body {
	background: #fff;
	
	font-size: small;
	font-family: Georgia, "Times New Roman", serif;
	
	line-height: 1.6em;
}
/* Font sizing hack for consistency */
* html body {
    font-size: x-small; /* for IE5 Win */
    f\ont-size: small; /* for other IE versions */
}
html>body {
    font-size: small; /* be nice to opera */
}

a {
	text-decoration: none;
	color: #900;
}
a:visited {
	color: #900;
}

p {
	text-align: justify;
}

div#wrap {
	position: relative;
	margin: 0 auto;
	width: 320px;
	background: url(nutok.gif) no-repeat top center;
	padding-top: 180px;
}

h1#title {
	display: none;
}