body
{
	padding: 0; 
	margin: 0; 
	text-align: center;
	background-color:#1E1E1E; 
	background-color:#1e1e1e; 
	background-image:url(../images/overloop.jpg); 
	background-repeat: repeat-x;
}

a:link 
{ 
	color:#FFFFFF;
	text-decoration: underline;
}

a:visited
{ 
	color:#e5e5e5;
	text-decoration: underline;
	
}

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

a:active 
{ 
	color:#FF0000;
	text-decoration: underline;		
} 

table td
{
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
}

.snapshot
{
	border-color:	#FFFFFF;
	border-width:	1px;	
}

input
{
	background-color: #f0f0f0;
	font-size: 11px; 
	border-width: 1px;
	border-color: #cccccc;
	border-style: solid;
	padding: 0px;
	margin: 0px;
	font-size: 11px;
}

textarea 
{
	background-color: #f0f0f0;
	font-size: 11px; 
	border-width: 1px;
	border-color: #cccccc;
	border-style: solid;
	padding: 0px;
	margin: 0px;
}



#container
{
	position:relative; 
	top:0; 
	left:0; 
	width:850; 
	z-index:1; 
	padding:0px; 
	border: #000000 0px solid; 
}

#login2
{
	position:relative; 
	top:100; 
	left:0; 
	width:250;
	height=100; 
	z-index:20; 
	padding:0px; 
	border: #000000 0px solid; 
	background-color: #000000;
}

#content
{
	position:absolute; 
	top:50; 
	left:50; 
	width:750; 
	z-index:2; 
	padding:0px; 
	border: #000000 0px solid;
}