@charset "utf-8";
/* Index */

body {margin-top: 20px;
      margin-left: 0px;
	  margin-right: 0px;
	  margin-bottom: 20px;
      background-color:#000000;}
	  
.main {background-color: #586994;}

.topline {background-image: url(../img/index/bg_top.jpg);
          background-repeat: repeat-x;}
		  
.botline {background-image: url(../img/index/bg_bot.jpg);
          background-repeat: repeat-x;}
		  
.copyright {font-family: Verdana, Arial, Helvetica, sans-serif;
            font-size: 10px;
			color: #FFFFFF;}
			
.copyright a:link {color: #FFFFFF; text-decoration: none;}
.copyright a:visited {color:#FFFFFF; text-decoration: none;}
.copyright a:hover {color: #FFFFFF; text-decoration: underline;}
.copyright a:active {color: #FFFFFF; text-decoration: none;}
			
