#container {
	position:relative;
	top:0px;
	margin-left:auto;
	margin-right:auto;
	width:856px;
	height:881px;
	z-index:1;
	background-image: url(images/bkg_alt2.jpg);
}
#gallery {
	position:absolute;
	left:11px;
	top:132px;
	width:1018px;
	height:640px;
	z-index:2;
}
	
	#flashcontent {
	height: 595px;
	position: absolute;
	left: 14px;
	top: 165px;
	width: 822px;
	background-color: c5c5c5;
	}
#nav {
	position:absolute;
	left:39px;
	top:118px;
	width:838px;
	height:15px;
	z-index:2;
}
#badge {
	position:absolute;
	left:588px;
	top:57px;
	width:236px;
	height:107px;
	z-index:2;
}
a:link {
	color: d46502;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: d46502;
}
a:hover {
	text-decoration: none;
	background-color: #333333;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	background-color: #FF9900;
	color: #FFFFFF;
}
#nav a:link {
	text-decoration: none;
}
#nav a:visited {
	text-decoration: none;
}
#nav a:hover {
	text-decoration: none;
}
#nav a:active {
	text-decoration: none;
}
	
	/* hide from ie on mac \*/
	html {
	height: 100%;
	overflow: auto;
	}
	
	/* end hide */

	body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #cccccc;
	color: #000000;
	font-family: "Swiss 721 BT", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	background-image: url(images/bkg_comic.gif);
	background-repeat: repeat;
	}
