@import url("colour.css");
@import url("font.css");

body 
{
	overflow: hidden;
}

#banner, #leftpane,
#consoleblock
{
	display:none;
	}

.detail-item 
{
	float: left;
	padding-right: 25px;
}

.detail-item img
{
	margin-bottom: 5px;
}

.rightpane-box 
{
	display: block;
	clear: both;
	margin-bottom: 30px;
}
