body		{
			background-color:	#000000;
			margin:			0px;
			padding:		0px;
			border:			0px;
		}

#outer		{
			position:		absolute;
			top:			50%;
			left:			0px;
			width:			100%;
			height:			1px;
			overflow:		visible;
		}
 
#inner		{
			width:			900px;
			height:			500px;
			margin-left:	-450px;		/***  width / 2   ***/
			position:		absolute;
			top:			-250px;		/***  height / 2   ***/
			left:			50%;
		}
			
#main		{
			position:		absolute;
			top:			0px;
			left:			200px;
			width:			500px;
			height:			500px;
		}

#text		{
			position:		absolute;
			top:			470px;
			left:			447px;
			width:			200px;
			height:			40px;
			color:			#666666;
			font-family:	verdana, arial, sans-serif;
			font-size:		9px;
			line-height:	14px;
			text-align:		left;
			margin:			0px 0px 0px 0px;
			padding:		0px 0px 0px 0px;
		}

			
a:link		{
			color:			#666666;
			text-decoration:	none;
		}

a:visited	{
			color:			#666666;
			text-decoration:	none;
		}

a:hover		{
			color:			#666666;
			text-decoration:	underline;
		}