body {
    font-family: Calibri, Verdana, Arial;
    padding: 0;
	margin: 0;
    background: #000000 url(images/bg.jpg) no-repeat center top;
	color: #000000;
	width: 100%;
	display: table;
}


#content {
	width: 229px;
	margin: 0px auto 0;
	float: left; width: 30%;
}

input {
	border: dotted 1px #333;
	font-family: Calibri, Verdana, Arial;
	font-size: 13px;
}


a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover { color: #990000; }

td {
	color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}



