body
{
	background-image:url('../img/bg1.jpg');
	color:white;
}

#mainContent
{
	background-color: rgba(0,0,0,0.6);
	min-height: 600px;
	width: 960px;
	margin: 15px auto 0 auto;
	border-radius: 7px;
	padding: 20px;

}

#loginMain
{

	width:100%;
	*height: 1000px;
	*background-color: rgba(0,0,0,0.6);

}

#loginContainer
{
	width:700px;
	height: 300px;
	*background-color: white;
	*border-radius: 10px;
	margin:0 auto 0 auto;
	text-align: center;
	position: relative;
	top:100px;
}

.changeForm
{

	color:white;
	text-align: center;
}

.changeForm:hover
{

	text-decoration: underline;
	cursor: pointer;
}