body 
{
	margin:0px;
	padding:0px;
	font-family:Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image:url(../gfx/bg.gif);
	background-repeat:repeat-x;
	background-color:#505255;
	background-position:top;
	background-attachment:fixed;
	color:#666666;
}

a
{
	font-family:Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#000000;	
	text-decoration:underline;
}

img
{
	border:0;
}

.clear
{
	height:0;
	clear:both;
}

.left
{
	float:left;
}

.right
{
	float:right;
}