/* DESIGN */

* html a:hover {visibility:visible}

BODY 
{
	height:100%; /* needed for container min-height */
	padding: 0;
	background:#000000 url(images/bg.png) no-repeat top left;
	margin: 0;
	font-size: 12px;
	line-height:25px;
	color:#999999; 
 	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

*
{
	padding: 0;
	margin: 0;
	border: 0;
}

#logo
{
	width: 266px;
	height: 373px;
	background-image: url(images/logo.png);
	float:right; 
	margin: 0 auto;
}
#content
{
	width: 950px;
	margin: 0 auto 80px;
}
#footer
{
	width: 100%;
	height: 96px;
	background: url(images/bottom.png) repeat-x; 
	margin: 0 auto;
	position: fixed;
	bottom:0px;
}
#copy
{
	width: 900px;
	height: 77px;
	background: url(images/copy.gif) no-repeat right; 
	margin: 10px auto 0;
}
#full{
	border: 2px solid #333333;
}
.clear
{
	clear: both;
}
.center{
	text-align: center;
}