html	{
	margin:0;
	padding:0
	text-align: center;
	background: white;
	overflow: hidden;
	}

#rotator
	{
	position: absolute;
	top: 130px;
	left: 0px;
	background: url(../images/random/rotate.php) no-repeat left top;
	width: 100%;
	height: 400px;
	}

#footer
	{
	position: absolute;
	bottom: 20px;
	right: 20px;
	width: 200px;
	height: 20px;
	font-size: 10px;
	text-align:right;
	font-weight: regular;
	text-decoration: none;
	color: #999999;
	}

a.footer:link,
a.footer:visited
	{
	color: #999999;
	text-decoration: none;
	}

a.footer:hover
	{
	text-decoration: none;
	color: black;
	}
