﻿
@import "h_style.css";
/*
We want to do this explicitly
*/


html, body
{
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: small;
	background-image: url("/images/pos_speak_email.gif");
	background-repeat: no-repeat;
}

DIV#contentMain
{
	margin-left:20px;
}

DIV#footer
{
	clear:both;
	margin-top:40px;
	border-top: solid 1px #000033;
	width: 100%;
	text-align: center;
}
DIV#container
{
	padding:0;
	margin:0;
}


