@charset "UTF-8";

body 	{
	background: #333333;
	color: #999999;
	font-family:Century Gothic, Trebuchet MS, verdana, arial, sans serif;
	font-size: 11px;
	font-weight: lighter;
	line-height: 130%;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	}

img	{
	vertical-align: middle;
	border: none; 
	}

img.fix
	{
	vertical-align: bottom;
	border: none; 
	}

a	{
	color: #ffffff;
	font-size: 11px;
	font-style: italic;
	letter-spacing: 0.1em;
	text-decoration: none;
	}

td	{
	align: top;
	}

h4	{
	color: #cccccc;
	font-size: 11px;
	font-style: italic;
	font-weight: lighter;
	letter-spacing: 0.1em;
	text-decoration: none;
	}

a.galleryg
	{
	color: #00ff00;
	}

#container  
	{
	margin-left: auto;
	margin-right: auto;
	background: #333333;
	width: 700px;
	height: 100%;
	}

#backbutton
	{
	z-index: 3;
	background: #333333;
	position: fixed;
	top: 0px;

	left: 100px;
	width: 100%;
	height: 50px;
	}

#content
	{
	position: relative;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	background: #333333;
	width: 750px;
	height: 100%;
	}











					/* End CSS */