body {
	margin: 50px;
	padding-left: 50px;
	padding-right: 50px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica;
	font-size: small;
	cursor: default;
	background: #F0F0F0;
	text-shadow: 1px 1px 1px #DDDDDD
}

.valid-xhtml10 a {
	display: block;
	width: 88px;
	height: 31px;
	background: transparent url("http://matt-russell.com/resources/images/valid-xhtml10.png") no-repeat
}

.valid-xhtml10 a:hover {
	background-position: 0px -31px
}

.upgrade a {
	display: block;
	width: 230px;
	height: 230px;
	background: transparent url("http://matt-russell.com/resources/images/upgrade.png") no-repeat
}

.upgrade a:hover {
	background-position: 0px -230px
}

.absmiddle  {
	vertical-align : middle
}

img {
  border: 0px
}

.preload {
	display:none
}

.console {
	font-family: "Lucida Console";
	color: #0B610B
}

#pic {
	font-size: 140%;
	margin: 0 0 .6em;
	border-bottom: 1px solid ThreeDLightShadow;
	font-weight: normal;
	text-shadow: 1px 1px 1px #DDDDDD
}

#centre {
	position: relative;
	margin: auto
}

.right {
	text-align: right
}

#bottom {
	position: fixed;
	left: 2px;
	bottom: 2px
}

#top {
	position: fixed;
	top: 0px;
	right:0px
}

h1 {
	font-size: 140%;
	margin: 0 0 .6em;
	text-shadow: 1px 1px 1px #DDDDDD;
	border-bottom: 1px solid ThreeDLightShadow;
	font-weight: normal
}

a:link {
	color: #2B60DE;
	text-decoration: none
}
a:visited {
	color: #2B60DE;
	text-decoration: none
}
a:active {
	color: #151B54;
	text-decoration: none
}
a:hover {
	color: #3BB9FF;
	text-decoration: none
}

.mozborder {
	border: 1px solid grey;
	-webkit-box-shadow: 0px 0px 6px #888;
	-moz-box-shadow: 0px 0px 6px #888;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 2em;
	min-width: 5px;
	margin: 20px 0px 20px 0px;
	background-color: #F9F9F9
}
.mozborder:hover {
    border: 1px solid #68B2FA;
    background-color: #FFFFFF
}

.countbox {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 4px;
	min-width: 1em;
	margin: 0px auto;
	max-width: 100px;
	background-color: #000000
}