html, body {
	margin: 0;
	padding: 0;
	border: 0;
	/* \*/
	height: 100%;
	/* Last height declaration hidden from Mac IE 5.x */
}

body { 
    color: #FFF;
    font-family: georgia,verdana,"times new roman",times,serif; 
    background: #333;
	text-align: center;
}

/* global website */
a:link { color: #009; text-decoration: none; }
a:visited { color: #009; text-decoration: none; }
a:active { color: #F0C; text-decoration: none; }
a:hover { color: #F0C; text-decoration: none;}
a:focus { color: #F0C; text-decoration: none;}

table { 
	height: 100%;
}

img {
    border:none;
}

