@charset "utf-8";

body
{
	margin-top:0px;
	background-color:#e7e7e7;
}

img
{
	border:none;
}

body#max
{
	margin-top:0px;
	background-color:#f9f9f9;
}

div#close
{
	float:right;
}

div#image
{
	margin:0 auto;
	text-align:center;
}

	div#image img
	{
		border:none;
		clear:both;
	}
	
div#foot
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10pt;
	color:#777;
	text-align:center;
	line-height:150%;
}
	
	div#foot .url
	{
		font-size:8pt;
		letter-spacing:8px;
		font-family:Tahoma, Geneva, sans-serif;
		text-transform:uppercase;
	}
	
	div#foot .copy
	{
		font-weight:bold;
	}
	
	div#foot a:link
	{
		color:#aaa; text-decoration: none;
	}

	div#foot a:active
	{
		color:#aaa; text-decoration: none;
	}
	
	div#foot a:visited
	{
		color:#aaa; text-decoration: none;
	}
	
	div#foot a:hover
	{
		color:#ff0000; text-decoration: none;
	}
