html, body{
        padding: 0px;
        margin: 0px;
		background-color: #444;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #FFFFFF;
		font-weight: bold;
}

a img {border: 0 !important;}

* a { color:#FFFFFF; font-size:14px; text-decoration:none; }

#topHeader 
{
	position: absolute;
	z-index: 1000 !important;
	height: 60px;
	padding:15px;
	margin: 0 0 -100px 0;
}

#logo 
{
	float: left;
	margin: 25px 0 0 25px;
}

#bttn_request 
{
	float: right;
	margin: 25px 15px 0 0;
}

#bttn_request2 
{
	float: right;
	margin: 25px 25px 0 0;
}

#fbFooter {
	clear:both;
	position: relative;
	z-index: 1000 !important;
	height: 52px;
	background-color: #000000;
	background-image: url('../../sunset/img/footerBackground.gif');
	background-repeat: repeat-x;
}

.fbPaginationMinor {
	color: #fff;
	margin-left: 10px;
}

#fbContents {
	float: left;
	width:100%;
	padding-top: 9px;
}

#fbMenu {
	margin-top: -35px;
	width:85px;
	float:right;
}

#altmsg { 
	position: absolute;
	background-color:#000000;
	padding: 20px;
	opacity: 0.6;
	filter: alpha(opacity=60);
	text-align:center;
}
#altmsg:hover { 
	opacity: 0.8;
	filter: alpha(opacity=80);
}
a.altlink:link {
	color: #FFFFFF;
}

a.altlink:visited {
	color: #DDDDDD;
}

a.altlink:hover{
	color: #FFFFFF;
}

#arrows
{
	position:relative;
	width:300px;
	margin:0 auto;
	text-align:center;
	top: 9px;

}

