html { height: 100%; overflow: auto; }

body {
	width: 1000px;
	margin: 0 auto;
	height: 100%;
	background: white url("star.gif") repeat fixed;
	background: rgb(252,254,214);
	color: rgb(150,89,44);
	font: 84% Verdana;
	}

#container { width: 1000px; height: 100%; display: table; }
#position { display: table-cell; vertical-align: middle; }
#content { text-align: center; }	
#left { width: 660px; }
#right { width: 340px; }

H1, H2 { color: #5C6668; }

H1 { font-size: x-large; }

H2 { font-size: large; }

A:link, A:visited, A:active { color: red; text-decoration: none; }

A:hover { color: #5C6668; text-decoration: underline; }

table { margin: 0; border-collapse: collapse; }

img { border-width: 0; }

img.players {
	width: 600px;
	height: 60px;
	}
	
img.homepage {
	width: 660px;
	height: 576px;
	}
	
img.homepage_square {
	width: 576px;
	height: 576px;
	}
