body{	
	background-color: black
}

#contentFrame{
	width: 1024px; 
	height: 752px; 
	position: relative; 
	left: 50%; 
	margin-left: -512px;
	background-image: url(BasePage.png);
	background-repeat: no-repeat;
	background-position:center;
}

#loginFrame{
	position: absolute;
	top: 370px;
	left: 520px;
	width: 384px;
	height: 150px;
	text-align: right;
	background-color: #FFFFFF;
}

#textFrame{
	position: absolute;
	top: 390px;
	left: 133px;
	width: 344px;
}

#textFrame p {
	font-family: "Myriad Pro", "Myriad Pro Cond", "Myriad Pro Light";
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;	
}