body {
	padding:0px;
	margin:0px;
	background: #000000;
}

#container {
	background: #056200;
	height:600px;
	border:1px solid #005000;
}

#backgroundImage {
	background-image:url(/images/background.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	width:100%;
	height:913px;
}

div.header {
	width:295px;
	text-align:right;
}

#createaccount label {
	float: right;
}

#createaccount input.textbox {
	float: left;
	text-align:right;
}

span.scoreboardScore {
	padding:0 0 0 0;
	}

.tactics2 {
	background-image:url(/images/tactics_back.gif);
	height: 82px;
	width: 407px;
	background-repeat:no-repeat;
	margin-bottom: 5px;
	text-align:center;
	padding:5px;
}

div.fontYellow {
	color:yellow;
	font-weight:bold;
	font-family:arial,sans-serif;
	text-align:center;
	margin:2px 0 2px 0;
}

.orderButtons {
	margin:2px;
}

.tacticBack {
	background-image:url(/images/tactic/square_back.gif);
	background-repeat:no-repeat;
	background-position: 2px 0px;
	height:250px;
	padding-top:10px;
	padding-bottom:10px;
	float:left;
}

.tacticButton {
	float:left;
	margin:3px 0 4px 0;
}

#buttonContainer {
	width:193px;
	padding:10px 0 0 3px;
	height:200px;
}

.fontYellowRight { 
	color: yellow;
	font-weight: bold;
	font-family: arial,sans-serif;
	text-align: right;
}

/* IE7 hacks */
*:first-child+html .tacticBack {
	margin-top: -20px;
}

*:first-child+html .tactics2 {
	margin-bottom: -15px;
}

/* IE6 hacks */
* html .tacticBack {
	margin-top: -20px;
}

* html .tactics2 {
	margin-bottom: -15px;
}