﻿body { 
    background-color:#EFEFEF;
	font-family:"Lucida Sans Unicode",Arial,Sans-Serif;
	font-size: 12px;
	margin: 0;

	}
	
	
#wrapper { 
    width: 1000px;
	margin: auto;
	background:#FFFFFF;
	padding-bottom:0px;
}
	
	
#header {
    width: 100%;
    background-color:#343399;
    text-align:center;
}
.copyright
        {
            width: 990px;
            padding-top:0px;
            height:27px;
            font-family: "Lucida Sans Unicode", Arial, sans-serif;
			font-size: 10px;
			line-height: 16px;
			color: #ffffff;
			background:url(../../images/footer_bg.jpg);
			
        }
        