body{
    background-color: #fafaf7;
}

a, a:link{
    color: #252525;
    font-family: Arial;
    font-size: 0.9em;
    outline: none;
}
a:visited{
    color: #500000;
    font-family: Arial;
    font-size: 0.9em;
}

#top{
	background:url('images/top.jpg') no-repeat;
	margin:auto;
	width: 1022px;
	height: 292px;
}

#bottom{
	background:url('images/bottom.jpg') no-repeat;
	margin:auto;
	width: 1022px;
	height: 71px;
}


#content{
    color: black;
    font-family: Arial;
    font-size: 1.0em;
    background: url('images/content.jpg') repeat-y;
    margin:auto;
    width: 1022px;
}

#display{
	margin:auto;
	width: 1022px;
}

#madeby{
    float: right;
    position: relative;
    right: 22px;
    top:15px;
}

a:link img, a img, a:visited img, a:hover img {
    border-color: #242424;
}
/* for FF2 *********************************
#madeby, x:-moz-any-link {
    top: 675px;
}*/

/* for FF3 *********************************
#madeby, x:-moz-any-link, x:default {
    top: 675px;
}*/

/* for IE7 *********************************
#madeby{
    *top: 675px;
}*/

/* for IE6 *********************************
#madeby{
    _top: 675px;
}*/