@charset "utf-8";
/* CSS Document */

body {text-align:center; font-family:"Courier New", Courier, monospace; font-size:.8em; width:100%; height:100%;}

#container {width: 800px; height: auto; position:relative; top: 50px; margin-left:auto; margin-right:auto;}

#mainimage {text-align:center; position:relative; width:auto; height:auto;}

#info {width: auto; height: auto; position:relative;}

#clickabove {float: left; position:relative; text-align:left; margin-top:10px;}

#recent {float: right; text-align:right; position:relative; margin-top:10px;}

a:link
{background:#FFF; text-decoration:underline; color:#000;}
a:visited
{background:#FFF; text-decoration:underline; color:#000;}
a:hover
{background:#FFC; text-decoration:underline; color:#666;}
a:active
{background:#FFF; text-decoration:underline; color:#000;}