body {
    background: #f6fcff;
    font-family: helvetica, arial;
    font-size: 12pt;
}

img {
    border-style: none;
}

.smaller {
    font-size: 10pt;
}

.bigger {
    font-size: 14pt;
}

.white {
    color: white;
}

.menuitem {
    float: left;
    height: 20px;
}

.menuspacer {
    float: left;
    width: 20px;
}

.floatclear {
    clear: both;
}

#header {
    position: relative;
    top: 0;
    left: 0;
    width: 800px;
    height: 130px;
    padding-top: 30px;
    padding-bottom: 30px;
    background: url(/images/header.png) no-repeat center center;
}

#content_container {
    position: relative;
    top: 0;
    left: 0;
    width: 800px;
}

#content_top {
    position: relative;
    top: 0;
    left: 0;
    background: url(/images/content_top.png) 0% 0%;
    width: 800px;
    height: 20px;
}

#content {
    position: relative;
    top: 0;
    left: 0;
    text-align: left;
    background: url(/images/content_middle.png) 0% 0% repeat-y;
    width: 800px;
}

#content_bottom {
    position: relative;
    top: 0;
    left: 0;
    background: url(/images/content_bottom.png) 0% 0%;
    width: 800px;
    height: 20px;
}

#copyright {
    font-size: 10pt;
    text-align: center;
}

.menuitem a {
    overflow: hidden;
    border
}

#high-scores
{
	font-size: 12px;
	margin: 15px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
}
#high-scores th
{
	padding: 8px;
	font-weight: bold;
	font-size: 13px;
}
#high-scores td
{
	padding: 8px;
	border-top: 1px;
}
#high-scores tbody tr:hover td
{
	background: #f6fcff;
}
