﻿.Header
{
	position: absolute;
	top: 180px;
	left: 190px;
	z-index: 9;
}
#divMessage
{
	color: black;
	z-index: 2;
	position: absolute;
	width: 770px;
	height: 500px;
	top: 400px;
	left: 200px;
	font-family: Arial;
	font-weight: bold;
	font-size: 11pt;
	overflow: auto;
}
#divBlog
{
    z-index: 5;
    position: relative;
    top: 15px;
    left: 50px;
    width: 700px;
    font-family: 'Times New Roman';
    font-size: 12pt;
    color: black;
    margin-top: 0px;
    margin-left: 0px;
}
#divDate
{
	z-index: 5;
    position: relative;
    top: 40px;
    left: 0px;
    width: 700px;
    font-family: 'Times New Roman';
    font-size: 9pt;
    color: gray;
    text-align: right;
    border-bottom: gray thin solid;
    margin-left: 0px;
}


