
/*
 * Astro-photo classes
 */

html
{
	margin:         0px;
	padding:        0px;
	height:         100%;
	border:         none
}

body.star
{
	background:     black;
	margin:         0px;
	height:         100%;
	border:         none
}

table.star
{
	height:         100%;
	width:          100%;
	border-width:   0px;
	margin:         0px;
	background:     #000000;
}

td.star
{
	height:         100%;
	background:     #000000;
	vertical-align: middle;
	text-align:	center;
}

img
{
	border-width:   0px;
}


