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

body {text-align:center; font-family:"Courier New", Courier, monospace; font-size:13px;}

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

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

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

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

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

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;}
