﻿



div#content {
	/* This is the only important rule */
	/* We need our content to show up on top of the background */
	position: relative; 

	/* These have no effect on the functionality margin: 15px auto;padding: 20px;*/
	width: 950px;
	margin:10px auto;
	background: #fff;
    min-height:650px;
	font-family: helvetica, arial, sans-serif;
	font-size: 10pt;
	line-height: 16pt;
	-moz-box-shadow: #000 4px 4px 10px;
	-webkit-box-shadow: #000 4px 4px 10px;
}

div#content h1 { font-size:22px; text-align:center; margin:8px auto; }
div#content h3 { font-size:18px; text-align:center; margin:10px auto; }
div#content a {text-decoration:none; border:none; outline:none;}
* {
    margin: 0;
    padding: 0;
}

html, body, #bg, #bg table, #bg td {
    height:100%;
    width:100%;
}

#bg {
    position: fixed;
}

#bg div {
    height:200%;
    left:-50%;
    position:absolute;
    top:-50%;
    width:200%;
}

#bg td {
    text-align:center;
    vertical-align:middle;
}

#bg img {
    margin:0 auto;
    min-height:50%;
    min-width:50%;
    opacity: 0.40; 
     
}
#bg img {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
#bg img {
    	filter: alpha(opacity=50);					
}
/*@media screen and (max-width: 1024px){
	img.bg {
		left: 50%;
		margin-left: -512px; }
}*/
.divLeftContentPane {float:left; width:650px; border-right: 1px solid; padding:15px 0;min-height:650px;}
.leftPara { padding:5px 15px; font-size:16px; text-align:justify; font-weight:bolder;}
.divRightContentPane {margin-left:660px; width:270px; padding:15px 0; text-align:center; }
.rightAds { border:none; margin: 15px auto;}
.divFullPageContentPane{padding:15px 0;}
.rightAdsImage { border:none;}
.maillink
{
    border-style: none;
    margin: 15px auto;
    background-image: url('../images/icons/e-mailiconH.png');
    background-repeat: no-repeat;
}