/* Copyright (C) 2009 Websitemaker. All rights reserved. - http://www.websitemaker.hu */

html, body
{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	color: #555555;
	background-color: #000000;
}

#djanthony
{
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}

#flash
{
	position: absolute;
	display: block;
	width: 800px;
	height: 660px;
	left: 50%;
	top: 50%;
	margin-left: -400px;
	margin-top: -330px;
	text-align: center;
}

a
{
	color:#F00;
	text-decoration: none;
}

a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}