body { 
	background-attachment: fixed; 
	background-repeat: no-repeat; 
}

table {
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 95%;
}

a {
	color: 0c479d;
}

a:hover {
	color: fa002c;
}

#content-wrapper
{
	background: #fff;
	width: 760px;
	padding: 10px;
	position: absolute;
	left: 10px;
	top: 175px;
	overflow:auto;
	height: 315px;
}

#navlinks
{
	left: 475px; 
	top: 570px;
	position: absolute;
	 
}

#login-box
{
	background: #fff;
	width: 260px;
	align: right;
	padding: 0px;
}

#buttons {
	background: #fff;
	width: 60px;
	padding: 5px;
	align: center;
	font-weight: bold;
	font-size: 12px;
}

.rounded {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.reverse {
	color: FFFFFF;
	font-weight: bold;
	font-family: arial;
}
