html {
  height: 100%;
  overflow: hidden;
}
#flashcontent {
  height: 100%;
  text-align:center;
	overflow:auto;
}
/* end hide */
body {
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #8D218D;
  color:#fff;
  text-align:center;
  font-family: Verdana, _sans;
  font-size:76%;
}
.red, #red {background-color: #E5315D;}
.orange, #orange {background-color: #F27F1A;}
.green, #green {background-color: #00AF41;}
.blue, #blue {background-color: #00B5EB;}
.purple, #purple {background-color: #8D218D;}
.pink, #pink {background-color: #E7068F;}
.colourPick {
	width:20px;
	height:20px;
	float:left;
	clear:both;
	display:block;
	outline-style:none;
}
#colours {
	position:absolute;
	left:0;
	top:0;
	padding:0;
	width:20px;
	height:120px;
	display:block;
}
span {display:none;}

#inner {
	margin:auto;
	margin-top:20px;
	text-align:left;
	width:760px;
	display:block;
	position:relative;
}
#logo {
	width:183px;
	height:72px;
	display:block;
	background-image:url(../images/white-logo.png);
}

#tagline {
	width:383px;
	height:38px;
	display:block;
	background-image:url(../images/tagline.png);
	position:absolute;
	right:0px;
	top:0px;
}

#content {
	width:580px;
	margin-top:40px;
	margin-left:90px;
	overflow:auto;
}

h1, h2 {font-family:"BentonSans-Bold", Verdana, _sans;}
h1 {font-size:2em;}
h2 {font-size:1.5em;}

p { 
	margin-left:20px;
	margin-right:150px;
	font-size:1.1em;
}

a { color:#fff; font-weight:bold;}
