.body{
	margin: 0px 0px 0px 0px;
	background-color: #ffffff;
    background-image: url(./images/header_bg.png);
    background-position: top;
    background-repeat: repeat-x;
	text-decoration: none;
	width: 100%;
	height: 100%;
	font-size: 13px;
	color: #000000;
	font-family: Arial;
	font-weight: normal;
}
div{
	border: 0px solid red;
	margin: 0px;
}
img{
    border: 1px;
}
#rotator
{
	overflow: hidden;
	margin: 0px;
	position: relative;
	width: 371px;
	top: 0px;
	left: 0px;
	height: 409px;
}
div.link {float: right; height: 48px; width: 100px; background-position: top; margin: 0px 0px 0px 30px;}
div.link:hover {float: right; height: 48px; width: 100px; background-position: bottom; margin: 0px 0px 0px 30px;}


a:link{text-decoration: none; font-size: 13px; color: orange; font-family: Arial;}
a:visited{text-decoration: none; font-size: 13px; color: orange; font-family: Arial;}
a:active{text-decoration: none; font-size: 13px; color: orange; font-family: Arial;}
a:hover{text-decoration: none; font-size: 13px; color: orange; font-family: Arial;}
