body		{ color: white; background-color: rgb(0,0,0); margin: 0px; }


/* The code under here should provide the horizontal centering of the page for Mac */

#frameset	{ position: absolute; color: white; background-color: rgb(0,0,0); text-align: center; align: center; left: 0px; width: 100%; margin: 0 auto; overflow: visible; visibility: visible; }

#content    { position: absolute; font-family: Verdana, Geneva, Arial, sans-serif; background-color: rgb(16,33,57); left: 50%; margin-left: -350px; visibility: visible; }

#left		{ position: fixed; top: 0px; left: 0px; width: 150px; height: 420px; overflow: hidden; }

#top		{ position: fixed; top: 0px; left: 150px; width: 550px; height: 80px; overflow: hidden; }

#main		{ position: fixed; top: 80px; left: 150px; width: 550px; height: 290px; overflow: auto; }

#bottom	{ position: fixed; top: 370px; left: 150px; width: 550px; height: 50px; overflow: hidden; }

/* End Mac code */


/* The code under here should provide both the horizontal and vertical centering of the page for all none-Mac machines and should be ignored by Macs using the backslash hack \*/

#frameset	{ position: absolute; color: white; background-color: rgb(0,0,0); text-align: center; top: 50%; left: 0px; width: 100%; overflow: visible; visibility: visible; display: block; }

#content    { position: absolute; font-family: Verdana, Geneva, Arial, sans-serif; background-color: rgb(16,33,57); margin-left: -350px; top: -210px; left: 50%; width: 700px; height: 420px; visibility: visible; }

#left		{ position: absolute; top: 0px; left: 0px; width: 150px; height: 420px; overflow: hidden; }

#top		{ position: absolute; top: 0px; left: 150px; width: 550px; height: 80px; overflow: hidden; }

#main		{ position: absolute; top: 80px; left: 150px; width: 550px; height: 290px; overflow: auto; }

#bottom	{ position: absolute; top: 370px; left: 150px; width: 550px; height: 50px; overflow: hidden; }

/* End none-Mac coding */