/* CSS Document */

#main-div {
position: absolute;
top: 50%;
left: 50%;
width: 70em;
height: 50em;
margin-top: -25em; /*always take 1/2 from the size of the height, they have to be negative*/;
margin-left: -35em; /*always take 1/2 from the size of the width, they have to be negative*/
}

.font
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:normal;
color:#CCCCCC;
text-align:center;
}

.font1
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:16px;
letter-spacing:1px;
font-weight:normal;
color:#CCCCCC;
text-align:center;
}


