body {
	color: white;
	margin-left: auto;
    margin-right: auto;
	width: 1150px;
	font-family: "century gothic";
}

a
{
	color: white;
	text-decoration:  none;

}

a:hover
{
	text-decoration:  underline;

}
#whole
{
	background-color: #990000;
	width: 500px;
	margin-left:auto;
	margin-right:auto;
	margin-top:300px;
	padding: 100px 100px 100px 100px;
	opacity: 0.6;
	
}

#content
{
	opacity:1.0;
	
}
#background 
{
	position:fixed;
	left: 0;
	top:0;
	width: 100%;
	z-index:-1;
}

table {
    border: black 1px solid;
	border-collapse: collapse;
}

table#userShips td,table#opponentShips td, th {
    width: 50px;
	height: 50px;
    border: black 1px solid;
    text-align: center;
}

table#userShips td,table#opponentShips td{
	color: #FFFFFF;
}

#errorrow td
{
	color: #FF3333;
}

#gameList > li{
	list-style-type: none;
}
