/* CSS Document */

html,body {
  margin:0;
  padding:0;
  height:100%;
  width:100%;
  background-image: url(images/mainbg2.jpg);
}

table.full-height {
  height:100%;
  width:100%;
  border:1px solid black;
}

a {
	color: #ff0000;
	text-decoration: none;
}

a:hover {
	color: #ff0000;
	text-decoration: underline;
}

#rotator
{
	border: 0;
	cursor: pointer;
	overflow: hidden;
	margin: 0;
	position: relative;
	width: 550px;
	height: 198px;
}

#rotator img
{
	border: 0;
	cursor: pointer;
	width: 550px;
	height: 198px;
}