﻿html, body
{
	height: 100%;
	min-width: 965px;
}
body
{
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	background: #e2e1cf;
	height: 100%;
	margin: 0;
	padding: 0;
}
a
{
	color: #ff0000;
	text-decoration: none;
}
a:hover
{
	color: #ee0000;
	text-decoration: underline;
}
div.posDiv
{
	position: absolute;
	text-align: left;
	width: auto;
	/*border: 1px solid green;*/
 }
.png
{
	// background-image: none ! important;
    behavior: url('css/pngfix.htc');
    border: 0px;
}

div#promoDiv
{
	visibility: hidden;
	display: none;
}

div#mainContent
{
	background: url(../images/main_bg.png) #e2e1cf no-repeat center top;
	width: 965px;
	height: 1200px;
	margin: auto;
}

div#infoText img
{
	padding: 10px;
	border: 0px;
}

div#infoText h1
{
	font-size: 30px;
	color: #006400;
	font-weight: normal;
}

div#infoText h2
{
	font-size: 18px;
	color: #006400;
	font-weight: normal;
}

div#infoText .b
{
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 30px;
}
