a{
	text-decoration: none;
}

a span.textEquivalent{
	visibility: hidden;
}

html, body, table {
    min-height: 100%;
    width: 100%;
    height: 100%;
	background-color: #000000;
}

body{
	margin: 0px;
}

table{
	position: absolute;
	top: 0px;
	left: 0px;
}

td{
	height: 100%;
}

#container{
    position: relative;
    margin: 0px auto;
    width: 775px;
    height: 600px;
    background-color: #000000;
}
