#content{
 margin: 0 auto;
 width:990px;
 height:615px;
 background-image:url("../images/beta_bg.png");
 background-repeat:no-repeat;
 font-family: Calibri, "Arial Narrow";
}

#innerBlue{
 position: absolute;
 top: 247px;
 left: 147px;
 /*border: 2px solid pink;*/
 width: 693px;
 height: 243px;
}

#ageOfLearningInc{
 position: absolute;
 top: 35px;
 left: 5px;
}

#welcomeImage{
 position: absolute;
 top: 108px;
 left: 157px;
 /*width: 477px;
 height: 75px;*/	
}

#alphaText{
 font-size: 1.7em;
 width: 530px;
 /*border: 2px solid blue;*/
 margin: 30px auto 0 auto;
}

#betaCode{
 margin-top: 40px;
 width: 295px;
 height: 32px;
 font-size: 1.3em;
 font-family: Century Gothic;
}

#finePrint{
 position: absolute;
 left: 82px;
 bottom: 20px;
 font-size: 1em;
 width: 400px;
 line-height: 1.2em;
 text-indent: -6px;
}

#alreadyRegistered{
 position: absolute;
 top: 540px;
 width: 990px;	
 text-align: center;
 font-size: 1.3em;
}

#getStartedButton{
 position: absolute;
 right: 10px;
 bottom: 5px;
}

.formRow .errorMsg{
 /*float: right;*/
 /*clear: left;*/
 position: absolute;
 top: 105px;
 left: 265px;
 display: inline;
 width: 265px;
 color:#900;
 /*margin-top: 5px;*/
 font-size: 11pt;
 /*line-height: 16px;*/
 /*padding: 5px 0 12px 5px;*/
}