/* style sheet by jimmy */
body {
       	background: black;
        font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: white;
}

a {color: white; text-decoration:none;}
a:hover {color: white; text-decoration: underline;}
a:visited {color: white;}

.main {
	width: 850px;
	margin: 0 auto;
	padding-top: 40px;
}
.top {
        float: left;
	height: 320px;
	margin-top: 100px;
	margin-right: 20px;
	padding: 5px;;
	text-align: center;
}

.bottom {
	float: right;
	width: 500px;
	margin-top: 100px;
        background: url('graphics/hypnotoad.gif') no-repeat top right;
}