@font-face {
	font-family: 'Commodore64Regular';
	src: url('/fonts/Commodore-64-v621c.eot');
	src: local('Commodore 64'), local('Commodore64'), url('/fonts/Commodore-64-v621c.woff') format('woff'), url('/fonts/Commodore-64-v621c.ttf') format('truetype');
}


body
{
	font-family: "Commodore64Regular", "Courier New", Courier, monospace;
	letter-spacing: 0em;
	font-size: 14pt;
	padding: 0px;
	margin: 0px;
	background-image: url(/images/bg.gif);
	background-position: 0 0%;
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: #000;
}

div.main
{
	position: absolute;
	left: 50%;
	margin-left: -455px;
	width: 760px;
	background-color: #4F44D8;
	color: #A0A0FF;
	border-top: 50px solid #A0A0FF;
	border-right: 75px solid #A0A0FF;
	border-bottom: 50px solid #A0A0FF;
	border-left: 75px solid #A0A0FF;
}

div.header
{
	text-align: center;
}

div.menu
{
	text-align: center;
	position: absolute;
	top: -45px;
	left: 0px;
	background-color: #A0A0FF;
	color: #4F44D8;
}

div.ads
{
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

div.body
{
	margin-left: 2px;
}

div.footer
{
	text-align: center;
	font-size: 9pt;
}

img
{
	border: none !important;
}

div.menu a
{
	text-decoration: none;
	font-weight: bold;
	color: #4F44D8;
}

div.menu a:hover
{
	text-decoration: underline;
	font-weight: bold;
	color: #4F44D8;
}

div.body a
{
        text-decoration: underline;
        color: #A0A0FF;
        font-weight: bold;
}

div.footer a
{
	color: #A0A0FF;
}

div.footer a:hover
{
	color: #A0A0FF;
}

div.body input
{
	background-color: #A0A0FF;
	color: #4F44D8;
	border: 1px solid #4F44D8;
}

div.body textarea
{
	background-color: #A0A0FF;
	color: #4F44D8;
	border: 1px solid #4F44D8;
}

