@charset "UTF-8";
body {
	background-image: url("images/bgBar.jpg");
	background-repeat: repeat-x;
	background-color: #C4C4C4;
}

body,td,th {
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.4em;
}

#bg {
margin: 0px 0px;
position:absolute;
top:0px;
left: 0px;
right:0px;
bottom:0px;
width:100%;
height:650px;
background-image: url(images/bg.jpg);
background-position: top center;
background-repeat: no-repeat;

}

.footer {
	line-height: 51px;
	font-size: 0.8em;
	text-align: center;
}

a:link {
	text-decoration: none;
}

