*
{
	margin						: 0px;
	padding						: 0px;
}

html, body
{
	text-align					: center;
}

html
{
	width						: 100%;
	height						: 100%;
}

body
{
	height						: 100%;
	text-align					: center;
	background					: #fff url( '../img/bg.gif' ) 50% 50% repeat-y;
}

body, table, p, a, h
{

	font-family					: "Lucida Sans Unicode" , Lucida Grande , Verdana;
	font-size					: 13px;
	color						: #000000;
}

#main
{
	margin						: 0px auto;
	width						: 800px;
	height						: 100%;
	text-align					: left;
	background					: url( '../img/billi.gif' ) 50% 50% no-repeat;
}

#content
{
	display						: none;
}

h1
{
	display						: inline;
	color						: #9444d8;
	background					: #000000;
}

p
{
	display						: inline;
	color						: #ffffff;
	line-height					: 17px;
	background					: #000000;	
}
