* {
	padding: 0;
	margin: 0;
}

html, body {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #000000;
        font-weight: bolder;
        height: 100%
}

a {
        color: #9cc648;
        text-decoration: none;
}	

a:hover {
        text-decoration: underline;
}

table {
	vertical-align: middle;
	height: 100%;
	margin: 0 auto;
}

#content {
	/*background: #CCC;
	border: 1px solid #000;*/
	text-align: center;
}