HTML, BODY {
	background-color: #FFFFFF;
	background-attachment: fixed;
	background-image: url("../imgs/bg01.jpg");
	background-repeat: no-repeat;
	background-position: bottom right;
	font-family: arial, helvetica;
	font-size: 11pt;
}

#banner {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#menubar {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	/*border:1px solid gray;*/
	text-align: center;
}

#contentarea {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	/*border:1px solid gray;*/
	text-align: center;
}

IMG.contentimg {
	margin: 0px;
	padding: 0px;
	padding-top: 60px;
}

DIV.goodiesoptions TABLE {
	margin-left: auto;
	margin-right: auto;
}

#paypalbuttons {
	width: 145px;
}

#infotext {
	padding-top: 50px;
	padding-bottom: 0px;
}

#infotext P {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 75%;
}

#formtable {
	border-spacing: 0px;
	border-padding: 0px;
	border-collapse: collapse;	
	width: 752px;
}
#formtable TD {
	padding: 0px;
	margin: 0px;
	text-align: left;
	vertical-align: top;
	/*border: 1px solid #ccc;*/
}

#formcell1 {
	/*background-image: url("../imgs/form_guy01.jpg");*/
	width: 343px;
	height: 251px;
}
#formcell2 {
	/*background-image: url("../imgs/form_guy01.jpg");*/	
	width: 409px;
	height: 99px;
	
}
#formcell3 {
	width: 300px;
	height: 37px;
}
#formcell4 {
	width: 15px;
	height: 37px;
}
#formcell5 {
	width: 258px;
	height: 74px;
	text-align: left;
	vertical-align: bottom;	
}
#formcell6 {
	width: 300px;
	height: 37px;
}
#formcell7 {
	width: 15px;
	height: 37px;
}
#formcell8 {
	width: 409px;
	height: 78px;
}

INPUT.textbox {
	width: 90%;
	border: 1px solid grey;
	padding: 2px;
}

#menubar IMG {
	border: none;
}

#game {
	margin: 25px 0px;
}

#facebooklink {
	padding:2em 0em;;
	text-align: center;
}

#highscore TABLE {
	margin-left: auto;
	margin-right: auto;
	width: 640px;
}
#highscore TD {
	text-align: left;
}

#highscore TD.facebooklink {
	text-align: right;
}

DIV.highscoreitem {
	color: #555;
}

DIV.highscoreitem TABLE {
	margin-left: auto;
	margin-right: auto;
}

DIV.highscoreitem TABLE TD {
	padding: 0ex 1ex;
	vertical-align: bottom;
}
#hilite {
	width: 210px;
}

TABLE.leftrightarrows {
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}
TABLE.leftrightarrows TD {
	width: 50%;
}

