body
{
	background: black;
	background-image: url('img/starry-night.jpg');
	color: white;
}

table
{
	border: 1px;
	/*padding-left: 100px;*/
}

tr
{
	text-align: center;
	width: 100px;
	height: 100px;
}

#header
{
    display: table;
	width: 100%;
}

#logos
{
	display: table-cell;
	text-align: center;
}

#links
{
	display: table-cell;
	text-align: right;
}

.company_logo
{
	display: inline-block;
	width: 100px;
	height: 100px;
}
.game_logo
{
	display: inline-block;
	width: auto;
	height: 100px;
}

.applet_logo
{
	display: inline-block;
}

#main
{
	display: table;
}

#ships
{
	display: table-cell;
	vertical-align: top;
	text-align: center;
}

.ship_button
{
	width: 50px;
	height: 50px;
}

label
{
	display: table-cell;
	cursor: pointer;
	text-align: center;
	width: 50px;
	height: 50px;
}

label:hover {
    background:#006699;   
}

#diagram
{
	display: table-cell;
	padding-left: 50px;
	text-align: center;
}

#results
{
	display: table-cell;
	padding-left: 50px;
	font-size: x-large;
	font-weight: bold;
	vertical-align: middle;
}

#selection-label
{
	color: blue;
}

#output-label
{
	color: blue;
}

#footer
{
	text-align: center;
}

#actions
{
	display: table;
}

#action_image
{
	display: table-cell;
	height: 100px;
}

#action_text
{
	display: table-cell;
	height: 100px;
	padding-left: 25px;
	vertical-align: top;
}
