/*CSS*/

body	{
		font-family: 'trebuchet ms', verdana, helvetica, arial, sans-serif;
		background-color: #000;
		background-image: url(backgroundtext.jpg);
		background-repeat: repeat;
		font-size: 0.85em;
		}
				
img		{
		border: none;
		}
		

#main	{
		position: absolute
		border: #333;
		background-color: #7F9796;
		padding: 2em;
		width: 365px;
		height: 470px;
		margin-left: auto;
		margin-right: auto;
		overflow: auto;
		z-index: 1;
		}
		
#main2	{
		position: absolute
		border: #333;
		background-color: #7F9796;
		padding: 2em;
		width: 389px;
		height: 475px;
		margin-left: auto;
		margin-right: auto;
		overflow: auto;
		z-index: 1;
		}
		
#flash	{
		position: fixed;
		margin-left: 142px;
		margin-right: auto;
		overflow: auto;
		z-index: 1;
		}
	

#sidebar	{
		position: fixed;
		overflow: auto;
		z-index: 2;
		}
	