/*‡‡‡‡‡‡‡‡‡‡‡‡‡‡‡‡‡‡-CONSTANT-‡‡‡‡‡‡‡‡‡‡‡‡‡‡‡‡‡‡‡‡‡‡‡‡*/
* {
	margin:0px 0px 0px 0px; 				  			 	 
	padding:0px 0px 0px 0px; 
}

html, body {
	height:100%;
	text-align:center;
}

body  {background: #000 url(images/bg.gif) repeat-x;}	

body, td, textarea, p{
	font-size:12px;
    font-family:Tahoma;
	color:#6A1C01;
	line-height:13px;
	vertical-align:top;
	padding:0px;
}

input {	color: #333333;font-size:12px;font-family:Tahoma;}

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

table {								 	  	  
	border-collapse:collapse;			 	 
	border:0px;	
	width:100%;
}									   
td {							       				  
	vertical-align:top;	  			  
	font:normal 10px Tahoma;
	line-height:13px;
	color:#BDBDBE;
}										   	   

	#flash {
		margin:0 auto;
		position:relative; /* puts container in front of distance */
		text-align:center;
		clear:left;
		padding:0px;
		height:726px;
		width:766px;
		}
		
	#distance { 
		width:1px;
		height:50%;
		margin-bottom:-363px; /* half of container's height */
		float:left;
		}
		
	#tag {
		overflow:hidden;
		width:766px;
		height:20px;
		margin: 0 auto; 
		padding: 0 15px 0 0;
		text-align: right;
		}

