.mainbody {
	background-color: #421800;
	background-image: url(images/bg.jpg);
	
}
.picture {
	border: 1px solid #946139;
	font-style: normal;
	line-height: normal;
}
a:link {
	color: #FF9900;
	text-decoration: none;
}
a:visited {
	color: #FF9900;
	text-decoration: none;
}
a:hover {
	color: #FFCF9C;
	text-decoration: none;
}
a:active {
	color: 92623F;
}	
.maintext {
	font-family: Tahoma, Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFCF9C;
	text-decoration: none;
}
.maintitle {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: 92623F;
	text-decoration: none;
}
.tariff {
	font-style: normal;
	line-height: normal;
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFCF9C;
	text-decoration: none;
	border-top: 1px none #946139;
	border-right: 1px none #946139;
	border-bottom: 1px solid #946139;
	border-left: 1px none #946139;
}
.mainform {
	font-family: Tahoma, Verdana;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	width: 160px;
	background-color: #FFCF9C;
}
.mainarea {

	font-family: Tahoma, Verdana;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	width: 220px;
	background-color: #FFCF9C;
}
.shortform {

	font-family: Tahoma, Verdana;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	width: 100px;
	background-color: #FFCF9C;
}
/*************************************************************/
.visibleDiv, #topLeft, #topRight, #bottomLeft, #bottomRight, #middleleft, #middleright
{
    position: fixed;
    width: 130px;
    border: solid 1px #e1e1e1;
    vertical-align: middle;
    background: ##92623f;
    text-align: center;
}
#topLeft
{
    top: 1px;
    left: 1px;
}

#topRight
{
    top: 1px;
    right: 1px;
}

#bottomLeft
{
    bottom: 1px;
    left: 1px;
}

#bottomRight
{
    bottom: 1px;
    right: 1px;
}
#middleleft{
	top:50%;
	left: 1px;
}
#middleright{
	top:50%;
	right: 0px;
}
