body {
	background-image: url(../_img/body_tile.jpg);
	background-repeat: repeat-x;
	background-color: #2C577B;
}
table,td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: White;
	text-align: justify;
	
}
#main {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}
#logo {
	text-align: right;
}
a:active, a:focus, a:link, a:visited {
	color: White;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

