.container{
	width: 1000px;
	height: 600px;
	margin-left:auto;
	margin-right:auto;
	margin: auto;
}
.imageholder{
	background-repeat:no-repeat;
	background-image:url(images/enter_image.jpg);
	background-position:bottom;
	width: 1000px;
	height: 600px;
	color: #000;
}
.userlogin {
	background-color:#000;
	color: #CCC;
	
}
a:link {
	font-weight: bold;
	color: #900;
	text-decoration:none;
	font-size:15px;
	}
a:visited {
	font-size:15px;
	color: #FC0;
	text-decoration:none;
	font-weight: bold;
	}
a:hover {
	font-size: 18px;
	text-decoration:none;
	}
a:active {
	font-size: 15px;
	color: #3399FF;
	text-decoration:none;
	}

	
	