/*	brand.css
 *	Contains brand-specific styles
 *	Mainly colours as opposed to structure
 *	Should over-ride styles in /resources/dom_default.css where applicable
 */

div.page {
	background-color: white;
	width: 960px;
	/*
	uncomment to centre "page" on screen
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	*/
}

div#plusbar {
	position:absolute;
	left:800px;
	top:110px;
	width:160px;
	height:auto;
	text-align:center;
}

div#plusbar div {
	margin-bottom:1em;
}

div#plusbar #competition {
	border:1px solid #333333;
	padding:2px;
}

div#plusbar #competition_heading {
	font-size:larger;
	font-weight:bold;
	color:#4069d3;
}

