body{
	margin: 0px;
	background-image: url(../uploads/images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #DBDBDB;
}
table{
	font: 11px tahoma;
	color: #282828;
}
a{
	color: #141414;
	text-decoration: none;
}
a:hover{
	color: #141414;
	text-decoration: underline;
}

