@charset "utf-8";
/* CSS Document */

body
{
body
{
	background-color:#FFFFFF;
	text-align: center;
}
}

.boxAbout {
    width:550px;
    height:300px;
    background-color:#F3F3F3;
    position:fixed;
    margin-left:-250px; /* half of width */
    margin-top:-180px;  /* half of height */
    top:50%;
    left:50%;
	border: 1px solid #99F;

}

.DashStart {
    width:850px;
    height:400px;
    background-color:#F3F3F3;
    position:fixed;
    margin-left:-425px; /* half of width */
    margin-top:-200px;  /* half of height */
    top:50%;
    left:50%;
	border: 1px solid #99F;

}
.Invoices {
    width:900px;
    height:600px;
    background-color:#F3F3F3;
    position:fixed;
    margin-left:-450px; /* half of width */
    margin-top:-300px;  /* half of height */
    top:50%;
    left:50%;
	border: 1px solid #99F;

}


.boxForgotPass {
    width:300px;
    height:100px;
    background-color:#F3F3F3;
    position:fixed;
    margin-left:-250px; /* half of width */
    margin-top:-180px;  /* half of height */
    top:50%;
    left:50%;
	border: 1px solid #99F;

}
.PragraphCenter {
    margin: auto;
    width: 60%;
    border: 3px solid #73AD21;
    padding: 10px;
	text-align:justify;
	margin-left:auto; /* half of width */
    margin-top:auto;  /* half of height */

}
