html{border-top:10px solid #000000;}

body {
	margin-top:40; padding:0;
	background: #ffffff ;
	background-image: url(mainbg.jpg);
	background-attachment: fixed;
	background-position: left bottom;
	background-repeat: no-repeat;
    overflow:auto;
	}
#cont{text-align: center;width:800px;height:100%; border-right:1px solid #000000; border-left:1px solid #000000;}


.title {	font-size:20px;
	font-family:arial;
	font-weight:normal;
	color:#cc0000;
	text-align: center;
	padding-bottom:15px;
	font-weight: bolder;
	}	
	
.text {	font-size:12px;
	font-family:arial;
	font-weight:normal;
	color:#000000;
	text-align: center;
	padding-bottom:15px;
	padding-top:30px;
	}	
.space {height:50px;text-align: right;}
.img {text-align: center;}

#move {margin-top:20px;
       margin-left:20px;}
       
a         {text-decoration:none;font-weight:bolder;}
a:link    {color:#666666;}
a:visited {color:#666666;}
a:active  {color:#666666;}
a:hover   {color:#cc0000;}    

.pic  {margin:8px 8px 8px 8px; }
a:link .pic{filter:alpha(opacity=100); -moz-opacity:1.00; opacity:1.00; -khtml-opacity:1.00; }
a:visited  .pic{filter:alpha(opacity=100); -moz-opacity:1.00; opacity:1.00; -khtml-opacity:1.00; }
a:active  .pic{filter:alpha(opacity=100); -moz-opacity:1.00; opacity:1.00; -khtml-opacity:1.00; }
a:hover  .pic{filter:alpha(opacity=50); -moz-opacity:0.50; opacity:0.50; -khtml-opacity:0.50;  }
