﻿div#divGeneralContent
{
    position:relative;
    background-color:#000000;
    width:974px;
    height:402px;
    margin: auto;	
}

div#divGeneralText
{
    position:absolute;
    width:899px;
    height:372px;
    margin-top:30px;
    margin-left:30px;
    color:#ffffff;
    padding-right:45px;
    overflow:auto
}



div#divLoginContent
{
    position:relative;
    background-image:url("../images/college_fire_survival/college_fire_background_media.jpg");
    background-repeat:no-repeat;
    background-position:center;
	width:974px;
    height:402px;
    margin: auto;	
    color:#ffffff;
}
div#divLoginText
{
    padding-top:120px;	
    padding-left:270px;
}


div#divRegisterContent
{
    position:relative;
    background-color:#000000;
    width:850px;
    height:392px;
    margin: auto;
    color:#ffffff;
    padding-top:10px;	
    padding-left:50px;
    padding-right:74px;
    overflow:auto
}

