﻿body 
{    
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;    
}

.ContentBackground
{
	position:absolute;
	left:0px;
	top:0px;
    width:227px;
    height:183px;
    background-color:#0066cc;
    z-index:1;
}
#ContentDiv
{
	position:absolute;
	left:20px;
	top:20px;
	width:190px;
	height:150px;
	font-family:Arial, Verdana;
	font-size:10px;
	font-weight:normal;	
	font-style:italic;
	line-height:16px;
	color:#ffffff;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
}
