/* CSS Document */

html,body {
margin:0;
padding:0;
height:100%;
width:100%;
background-color: #e3e3e3;
background-image:  url(homeimages/home-mainbg.jpg);
background-position: top center;
background-repeat: no-repeat;

}

table.full-height {
height:100%;
width:100%;
border:0px;
}

table {
font-family: Trebuchet MS, Arial;
font-size: 14px;
color: #ffffff;
line-height: 20px;
}

p {
font-family: Trebuchet MS, Arial;
font-size: 14px;
color: #ffffff;
line-height: 20px;
}

a {

color: #ffffff;
font-size: 15px;
font-weight: bold;
text-decoration: none;
}

a:hover {

color: #ffffff;
font-size: 15px;
font-weight: bold;
text-decoration: underline;
}

#rotator
{
	border: 0;
	cursor: pointer;
	overflow: hidden;
	margin: 0;
	position: relative;
	width: 452px;
	height: 411px;
}

#rotator img
{
	border: 0;
	cursor: pointer;
	width: 452px;
	height: 411px;
}

#rotator img
{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}
