html
{
	background-color:#111;
	background-image:url(../images/MarsBackground.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	font-family:sans-serif;
	font-size:80%;
	color:#555;
}
body
{
	margin:0px;
	padding:0px;
	text-align:center;
}
div#main
{
	position:relative;
	width:762px;
	margin:25px auto 0px auto;
	padding:10px;
	border:1px solid #333;
}
div#header
{
	position:relative;
	width:760px;
	height:80px;
	margin-bottom:10px;
	padding:0px;
	border:1px solid #333;
//	background:#111;
}
div#body
{
	position:relative;
	overflow:auto;
}
div#menu
{
	float:left;
	width:148px;
	display:inline;
}
	div.menu
	{
		position:relative;
		margin-bottom:10px;
		padding:10px;
		border:1px solid #333;
		text-align:left;
	}

div#content
{
	float:left;
	width:470px;
	margin-left:10px;
	display:inline;
}
	div.content
	{
		position:relative;
		margin-bottom:10px;
		padding:10px;
		border:1px solid #333;
		text-align:left;
	}
		div.edit
		{
			position:relative;
			float:right;
		}
		div.input
		{
			position:relative;
			width:400px;
			margin:25px auto;
		}
	div.banner
	{
		position:relative;
		margin-bottom:10px;
		border:1px solid #333;
	}
	div.scraper
	{
		position:relative;
		float:right;
		width:122px;
		margin-bottom:10px;
		border:1px solid #333;
	}

div#footer
{
	margin:0px 0px 10px 0px;
	font-size:80%;
	color:#333;
	display:block;
}

/* The following class is for transparancy only */

div.transparent
{
	position:absolute;
	top:0px;
	left:0px;
	bottom:0px;
	width:100%;
	background-color:#bbb;
	filter:alpha(opacity=60);
	opacity:0.60;
	z-index:-1;
}

